Image processing of soot flame

조회 수: 3 (최근 30일)
BILAL HUSSAIN
BILAL HUSSAIN 2020년 4월 4일
댓글: BILAL HUSSAIN 2020년 4월 5일
I am useing the impixel(image.jpg) to find the intensity of image.It is taking a long time.Is there any other way to find the intensity.

채택된 답변

Image Analyst
Image Analyst 2020년 4월 4일
It depends on your exact definition of "find". Exactly what do you mean by that?
If you just want to mouse around on the image and see the (x,y) and (r,g,b) on the figure window in a status text line, call impixelinfo:
hp = impixelinfo();
You can move it to a different place by setting the Position property of hp:
hp.Units = 'normalized';
hp.Position = [0.2, 0.95, 0.3, 0.05];
  댓글 수: 5
Image Analyst
Image Analyst 2020년 4월 5일
intensityOfFullImage = imread(fullFileName);
BILAL HUSSAIN
BILAL HUSSAIN 2020년 4월 5일
THANK YOU

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

추가 답변 (0개)

카테고리

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