Smallest screen of monitor is pixel.
pixels type:
- binary (0 or 1)
- gray scale (0 - 255)
- color pixels (RGB mean red, green and blue)
color image depend on registers which are 8 bits, 16 bits, ...
binary and gray scale have single channel, where as color image have 3 channels.
color schemes:
- RGB
- HSU
- YCBCR
0 Comments