CONVERSION OF COLOR IMAGE INTO BRIGHTNESS IMAGE

1 view (last 30 days)
jenifer
jenifer on 31 Jan 2013
Commented: Jan on 18 Feb 2014
hi.. i want to convert the color into brightnes image... please help me with matlab codes..

Answers (1)

Image Analyst
Image Analyst on 31 Jan 2013
brightnessImage = rgb2gray(colorImage);
Reguires the Image Processing Toolbox. Or use Jan's formula if you don't have that toolbox.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!