skip to main
|
skip to sidebar
image processing
Friday, March 27, 2009
Normalized RGB image
Converting an RGB image into normalized RGB removes the effect of any intensity variations.
The normalized RGB color space is obtained as:
r = R/(R+G+B);
g = G/(R+G+B);
b = B/(R+G+B);
Newer Posts
Home
Subscribe to:
Posts (Atom)
Followers
categories
matlab
(1)
OpenCV
(8)
video processing
(1)
archive
►
2015
(1)
►
August
(1)
▼
2009
(10)
►
May
(7)
►
April
(2)
▼
March
(1)
Normalized RGB image
useful links
OpenCV: Structural analysis reference
OpenCV: Image processing and analysis reference
OpenCV wiki
Introduction to programming with OpenCV