Color models

Post on 29-Jun-2015

145 Views

Category:

Engineering

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

A overview of Color Models for Undergraduate Students

Transcript

COLOR MODELS

Adri Jovin J.J.Assistant Professor

Department of Information TechnologySri Ramakrishna Institute of Technology

Coimbatore.

CS2401 - COMPUTER GRAPHICS 2

RGB Color Model

• Based on “tristimulus theory of vision”– eyes perceive color through the stimulation of

three visual pigments in the cones of the retina– peak sensitivity at wavelengths of about 630 nm

(red), 530 nm (green), and 450 nm (blue)• Represented as a unit cube defined on R, G, B

axes• Color Ck = RR + GG + BB

CS2401 - COMPUTER GRAPHICS 3

RGB Color Model (Contd..)

"Cie Chart with sRGB gamut by spigget" by Spigget - Own work. Licensed under Creative Commons Attribution-Share Alike 3.0 via Wikimedia Commons - http://commons.wikimedia.org/wiki/File:Cie_Chart_with_sRGB_gamut_by_spigget.png#mediaviewer/File:Cie_Chart_with_sRGB_gamut_by_spigget.png

CS2401 - COMPUTER GRAPHICS 4

YIQ Color Model

• National Television System Committee (NTSC) color model for forming the composite video signal

BGR

QIY

311.0528.0212.0321.0275.0596.0144.0587.0299.0

BGR

QIY

311.0528.0212.0321.0275.0596.0144.0587.0299.0

CS2401 - COMPUTER GRAPHICS 5

YIQ Color Model (Contd…)

"YIQ IQ plane" by Tonyle - Own work. Licensed under Creative Commons Attribution-Share Alike 3.0 via Wikimedia Commons - http://commons.wikimedia.org/wiki/File:YIQ_IQ_plane.svg#mediaviewer/File:YIQ_IQ_plane.svg

CS2401 - COMPUTER GRAPHICS 6

CMY Color Model

• Defined with the primary colors cyan, magenta, and yellow

• Useful for describing color output to hard-copy devices

CS2401 - COMPUTER GRAPHICS 7

CMY Color Model (Contd…)

CS2401 - COMPUTER GRAPHICS 8

HSV Color Model• Color parameters in this model are hue ( H ) ,

saturation( S ) and value( V )• 3D representation is derived from RGB Cube.

CS2401 - COMPUTER GRAPHICS 9

Reference

• Donald Hearn, Pauline Baker, Computer Graphics – C Version, Second Edition, Pearson Education, 2004.

top related