Why closed contours are guaranteed here?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-04-19T06:17:52Z
Indexed on
2010/04/19
6:23 UTC
Read the original article
Hit count: 147
matlab
|image-processing
Quoted from here:
BW = edge(I,'zerocross',thresh,h) specifies the zero-cross method, using the filter h. thresh is the sensitivity threshold; if the argument is empty ([]), edge chooses the sensitivity threshold automatically. If you specify a threshold of 0, the output image has closed contours, because it includes all the zero crossings in the input image.
I don't understand it,can someone elaborate?
© Stack Overflow or respective owner