CONVERSION OF COLOR IMAGE INTO BRIGHTNESS IMAGE

조회 수: 1 (최근 30일)
jenifer
jenifer 2013년 1월 31일
댓글: Jan 2014년 2월 18일
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