필터 지우기
필터 지우기

Why the G color plane curve of four different groups of image plotted against another constant variables has different shape from its average value?

조회 수: 2 (최근 30일)
I have seven green colour images of different intensities at different spatial positions. i used four different positions to find out the difference in color plane results.the green color plane curve plotted against another constant variables of these images produce dissimilar curve shape(i.e. green color plane value differs when i change its position in x-axes). what could be the reason a same image has different green color plane value at different positions. the codes that i had used in this task is: a=0.85; for i=3:9 filename=strcat('D:\2nd year\EXP season 2\Dry\cat1\',num2str(i),'.bmp'); I=imread(filename); I1=I(:,:,2); I2=I(:,:,3); G_channel_cat1(i-2)=mean(mean(I1(293+(-5:5),250+(-5:5))))-mean(mean(I2(293+(-5:5),250+(-5:5))))*a; end

답변 (1개)

Image Analyst
Image Analyst 2012년 12월 7일
I'm not sure what you're saying. It's like you're asking "How can different images have different values in the green channel?" But that can't be it because the answer to that is obvious. So can you rephrase what you're asking and perhaps upload some images, diagrams, plots, screenshots, code, or anything else that might help illustrate your situation? Also explain exactly what are "the other constant variables".
  댓글 수: 5
Image Analyst
Image Analyst 2012년 12월 7일
Again, a picture would be helpful. Also outline the regions of interest so we can see what you're looking at.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by