1 - 10 of 36 for BinarizeSearch Results
View search results from all Wolfram sites (181 matches)
Binarize   (Built-in Mathematica Symbol)
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...
BinaryImageQ   (Built-in Mathematica Symbol)
BinaryImageQ[image] yields True if image has the form of a binary image, and False otherwise.
ColorQuantize   (Built-in Mathematica Symbol)
ColorQuantize[image, n] gives an approximation to image that uses only n distinct colors.
Color Processing   (Mathematica Guide)
Mathematica provides convenient functions and algorithms for manipulating colors in images, with full generality for arbitrary numbers of color channels.
Mathematical Morphology   (Mathematica Guide)
Combining methods from set theory, topology, and discrete mathematics, mathematical morphology provides a powerful approach to processing images and other discrete data. ...
Segmentation Analysis   (Mathematica Guide)
Mathematica includes a variety of image segmentation techniques such as clustering, watershed, region growing, and level set as well as a rich set of functions for ...
FindThreshold   (Built-in Mathematica Symbol)
FindThreshold[image] finds a global threshold value that partitions the intensity values in image into two intervals.
ColorConvert   (Built-in Mathematica Symbol)
ColorConvert[expr, colspace] converts color specifications in expr to refer to the color space represented by colspace.
MorphologicalBinarize   (Built-in Mathematica Symbol)
MorphologicalBinarize[image, {t_1, t_2}] creates a binary image from image by replacing all values above the upper threshold t_2 with 1, also including pixels with ...
Inpaint   (Built-in Mathematica Symbol)
Inpaint[image, region] retouches parts of image that correspond to nonzero elements in region.
1|2|3|4 Next

...