File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ The following example performs a segmentation on a grayscale image. It uses comp
3535 % cleanup segmentation and convert to RGB image
3636 lbl2 = killBorders(lbl);
3737 show(label2rgb(lbl2, 'jet', 'w'));
38-
38+
39+ ![ segmentation pipeline of a grayscale image using watershed] ( https://github.com/mattools/matlab-image-class/blob/master/doc/images/coins-segWat.png )
40+
3941## Example 2
4042
4143The following example presents various ways to explore and display the content of a 3D image.
@@ -51,3 +53,5 @@ The following example presents various ways to explore and display the content o
5153 % display as isosurface
5254 figure; isosurface(gaussianFilter(img, [5 5 5], 2), 50);
5355 axis equal; axis(physicalExtent(img)); view([145 25]); light;
56+
57+ ![ Various representations of 3D image using Image class] ( https://github.com/mattools/matlab-image-class/blob/master/doc/images/visu3d.png )
You can’t perform that action at this time.
0 commit comments