This site is being phased out.

What is the difference between binary and gray scale images?

From Mathematics Is A Science
Revision as of 14:06, 31 October 2010 by imported>WikiSysop
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Normally, there are 256 levels of gray. But a binary image has only 2: black and white. So, instead of a table of numbers from 0 to 255, this is a table of 0's and 1's.

Thresholding turns gray scale images into binary ones.

The analysis of gray scale images has to be more subtle, even though the idea is the same.