- Binary image
A binary image is a
digital image that has only two possible values for eachpixel . cite news |url=http://www.codersource.net/csharp_color_image_to_binary.aspx |title=Conversion of a Color Image to a Binary Image |publisher=CoderSource.net |date=2005-04-18 |accessdate=2008-06-11] Typically the two colors used for a binary image are black and white though any two colors can be used. The color used for the object(s) in the image is the foreground color while the rest of the image is the background color.Binary images are also called "bi-level" or "two-level". (The names "black-and-white", "B&W",
monochrome or monochromatic are often used for this concept, but may also designate any images that have only one sample per pixel, such as grayscale images.) InPhotoshop parlance, a binary image is the same as an image in "Bitmap" mode.Binary images often arise in
digital image processing as masks or as the result of certain operations such as segmentation,thresholding , anddithering . Some input/output devices, such aslaser printer s, fax machines, and bilevelcomputer display s, can only handle bilevel images.The interpretation of the pixel's binary value is also device-dependent. Some systems interprets the bit value of 0 as black and 1 as white, while others reversed the meaning of the values. These are known as "vanilla" and "chocolate" flavours in the
TWAIN standard PC interface forscanners anddigital cameras .A binary image is usually stored in memory as a
bitmap , a packed array of bits.Binary images can be interpreted as
subset s of the "two-dimensional integer lattice" "Z"2; the field ofmorphological image processing was largely inspired by this view.ee also
*
Halftone
*Grayscale
*Connected component labeling
*Netpbm format
*JBIG /JBIG2
*X BitMap References
Wikimedia Foundation. 2010.