ContourDetect
ContourDetect[image]
gives a binary image in which white pixels correspond to the zeros and zero crossings in image.
ContourDetect[image,delta]
treats values in image that are smaller in absolute value than delta as zero.
ContourDetect[array,…]
gives a binary sparse array in which 1 corresponds to zeros and zero crossings in array.
Details and Options
- ContourDetect finds pixels with zero value as well as pixels with positive values that have at least one negative neighbor.
- For color images, ContourDetect operates on the intensity averaged over all channels.
- ContourDetect works with 3D as well as 2D images, and also with arrays of rank 1, 2, or 3.
- ContourDetect[array,delta] effectively chops values smaller in magnitude than delta.
- ContourDetect takes a CornerNeighbors option. The default setting is CornerNeighbors->True.
- Using the option setting CornerNeighbors->None, ContourDetect operates on the dual grid whose pixels correspond to the corners in the original image, thereby reducing the dimensions of the resulting image by one pixel.
Examples
open allclose allBasic Examples (2)
Scope (3)
Applications (2)
Properties & Relations (2)
When converting a real-valued image to type "Byte", all negative values will be clipped to zero:
Possible Issues (1)
All data dimensions should be greater than 1 to construct the dual grid using CornerNeighbors->None:
Use CornerNeighborsAutomatic instead:
Text
Wolfram Research (2010), ContourDetect, Wolfram Language function, https://reference.wolfram.com/language/ref/ContourDetect.html (updated 2014).
CMS
Wolfram Language. 2010. "ContourDetect." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/ContourDetect.html.
APA
Wolfram Language. (2010). ContourDetect. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ContourDetect.html