| [mmdCornea] [Up] [mmdFila] | Demonstrations |
| User Feedback |
In this example, an enlarged image of a fabric (with backlight illumination) is processed. The purpose is getting a quantitative index of the fabric quality. For that, fabric spaces are detected and measured.
Watershed of the original image from the dark stripes markers just created. Show the result overlayed on the original image.
Image g = mmCwatershed(a, f); mmShow(a, mmDil(g));
![]() |
|
| a, mmDil(g) |
The watershed of the gradient of the original image, taking the marker just created, gives the extend of the white regions.
Image j = mmCwatershed(i, h, mmSebox()); mmShow(a, j);
![]() |
|
| a, j |
| [mmdCornea] [Up] [mmdFila] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |