CONVERSION OF COLOR IMAGE INTO BRIGHTNESS IMAGE

hi.. i want to convert the color into brightnes image... please help me with matlab codes..

Answers (1)

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

Categories

Find more on Images in Help Center and File Exchange

Asked:

on 31 Jan 2013

Commented:

Jan
on 18 Feb 2014

Community Treasure Hunt

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

Start Hunting!