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 ...
Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
Blue
(Built-in Mathematica Symbol) Blue represents the color blue in graphics or style specifications.
Brown
(Built-in Mathematica Symbol) Brown represents the color brown in graphics or style specifications.
CallPacket[integer, list] is a MathLink packet encapsulating a request to invoke the external function numbered integer with the arguments contained in list.
CellFrameColor is an option that specifies the color of the frame around a cell.
CellFrameLabelMargins is an option for cells that specifies the absolute margins in printer's points between a cell's frame and the labels around the frame.
CellLabelMargins is an option for cells that specifies the absolute margins in printer's points around a cell label.
ColorSpace is an option for Image and related functions that specifies the color space to which color values refer.
ControllerInformation[] gives dynamically updated information on currently connected controller devices.