are there any index in image processing toolbox of matlab that would represent intensity of an image?

조회 수: 1 (최근 30일)
I want to know wheter there is some functions in matlab which would describe the intensity of an image. I want to study different intensity image with some parameters like g channel and to see how the intensity result differs with different values of parameters obtained.

답변 (2개)

Image Analyst
Image Analyst 2012년 12월 25일
The value of the image matrix is its intensity. A color image has three color channels (usually) and each color channel has its own intensity. You can get the intensity of a single pixel, some group of pixels, or of the entire image. I'm not really sure how to answer your question because I don't know what you want to measure. There is no function that "describes" the intensity unless you mean imhist(), or mean2(), or max() or min() - that sort of thing. But I'm sure you already know about those functions.

Walter Roberson
Walter Roberson 2012년 12월 25일
If you mean brightness, then rgb2gray()
Note: The rgb2gray() calculations are linear in each of the channels (with different coefficients for each channel), so you could use theory rather than experiments.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by