Share on Facebook Share on Twitter Email
Answers.com

Binary image

 
Sci-Tech Dictionary: binary image
(′bīn·ə·rē ′im·ij)

(computer science) A representation in a computer storage device of each of the holes in a punch card or paper tape (for example, by indicating the places where there are holes with a 1 and the places where there are no holes with a 0), to be differentiated from the characters represented by the combinations of holes.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Binary image
Top
Pixel color depth

1-bit monochrome
8-bit grayscale

8-bit color
15/16-bit color (High Color)
24-bit color (True Color)
30/36/48-bit color (Deep Color)

Related

RGB color model
Indexed color
Palette
Web-safe color

A photograph of a Neighborhood Watch sign in black and white (binary)

A binary image is a digital image that has only two possible values for each pixel. [1] Typically the two colors used for a binary image are black and white though any two colors can be used. [1] The color used for the object(s) in the image is the foreground color while the rest of the image is the background color. [1]

Binary images are also called bi-level or two-level. This means that each pixel is stored as a single bit (0 or 1). 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. In Photoshop 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, and dithering. Some input/output devices, such as laser printers, fax machines, and bilevel computer displays, can only handle bilevel images.

A binary image is usually stored in memory as a bitmap, a packed array of bits. A 640×480 image requires 37.5 KiB of storage.

Binary images can be interpreted as subsets of the two-dimensional integer lattice Z2; the field of morphological image processing was largely inspired by this view.

Interpretation

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 flavors in the TWAIN standard PC interface for scanners and digital cameras.

Dithering is often used for displaying halftone images.

See also

References


 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Binary image" Read more