You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/releases/1.0.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,8 +149,8 @@ The new `blackRois` and `whiteRois` properties provide more intuitive access to
149
149
150
150
For more information, please visit these tutorials:
151
151
152
-
-[Image segmentation with `threshold()` and `fromMask()`](../../docs/Tutorials/Image%20segmentation%20with%20threshold)
153
-
-[Image segmentation with `watershed()`](../../docs/Tutorials/Image%20segmentation%20with%20watershed)
152
+
-[Image segmentation with `threshold()` and `fromMask()`](../../docs/tutorials/image-segmentation-with-threshold)
153
+
-[Image segmentation with `watershed()`](../../docs/tutorials/image-segmentation-with-watershed)
154
154
155
155
### Sobel and Scharr filters
156
156
@@ -266,7 +266,7 @@ The following deprecated features have been removed:
266
266
267
267
-`countAlphaPixel()` - Use custom pixel counting with [`getPixel()`](https://api.image-js.org/classes/index.Image.html#getpixel'API link on getPixel').
268
268
-`paintLabels()` and `roi.paint()` - Features have been removed due to dependency issues. We plan to add it back in future updates.
269
-
-`warpingFourPoints()` - Use [`getPerspectiveWarpMatrix()`](../../docs/Features/Geometry/Get%20Perspective%20Warp%20Matrix'internal link on getPerspectiveWarp') + [`transform()`](#transform) instead.
269
+
-`warpingFourPoints()` - Use [`getPerspectiveWarpMatrix()`](../../docs/features/geometry/get-perspective-warp-matrix'internal link on getPerspectiveWarp') + [`transform()`](#transform) instead.
270
270
- 32-bit color depth support and `abs()` have been removed.
271
271
-`CMYK` and `HSL` color models have been removed.
272
272
-`paintMasks()` has been removed. Use [`paintMask()`](https://api.image-js.org/classes/index.Image.html#paintmask'API link on paintMask')+ a `for` loop.
For more details, [visit our tutorial](../../docs/Tutorials/Applying%20transform%20function%20on%20images'internal link on transform function tutorial') on how image transformations work how they can be used.
306
+
For more details, [visit our tutorial](../../docs/tutorials/applying-transform-function-on-images'internal link on transform function tutorial') on how image transformations work how they can be used.
**Use cases**: Object detection, image segmentation, feature extraction. You can [learn more about it here](../../docs/Features/Morphology/Morphological%20Gradient'internal link on morphological gradient').
326
+
**Use cases**: Object detection, image segmentation, feature extraction. You can [learn more about it here](../../docs/features/morphology/morphological-gradient'internal link on morphological gradient').
327
327
328
328
### Migration from deprecated methods
329
329
330
-
`warpingFourPoints()` has been removed. Now you have [`getPerspectiveWarp()`](../../docs/Features/Geometry/Get%20Perspective%20Warp%20Matrix'internal link on perspective warp') that returns a matrix that can be applied on the image of interest in a new `transform()`.
330
+
`warpingFourPoints()` has been removed. Now you have [`getPerspectiveWarp()`](../../docs/features/geometry/get-perspective-warp-matrix'internal link on perspective warp') that returns a matrix that can be applied on the image of interest in a new `transform()`.
**Use cases**: Rectification of a perspective angle of an image. You can learn more about it [here](../../docs/Features/Geometry/Get%20Perspective%20Warp%20Matrix'internal link on perspective warp').
341
+
**Use cases**: Rectification of a perspective angle of an image. You can learn more about it [here](../../docs/features/geometry/get-perspective-warp-matrix'internal link on perspective warp').
0 commit comments