CONVERSION OF COLOR IMAGE INTO BRIGHTNESS IMAGE

1 次查看(过去 30 天)
hi.. i want to convert the color into brightnes image... please help me with matlab codes..

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by