필터 지우기
필터 지우기

Get the intensity of an immage

조회 수: 2 (최근 30일)
valerio auricchio
valerio auricchio 2020년 10월 5일
댓글: Walter Roberson 2020년 10월 5일
Hi I have a polarized immage and it is in gray scale, i want tu select a region in the immage en get the avrage of intensity. I know that exist a command "regionprops" that help for my problem.
I link the immage that I'm using, I would be very grateful if someone would help me

채택된 답변

Walter Roberson
Walter Roberson 2020년 10월 5일
imcrop() to select a region and get backed the cropped image.
mean2() to get the average intensity of the cropped region.
regionprops() is not useful for this purpose.
  댓글 수: 4
valerio auricchio
valerio auricchio 2020년 10월 5일
THXXX A LOTTTT, but after the execution of the code "cropped = imcrop(img);" i select the area of intrest" does not go ahead with the execution
Walter Roberson
Walter Roberson 2020년 10월 5일
imcrop() will display the image you pass in. You click on the image and drag to mark out a box. When you are satisfied, you right click and select "Crop image".

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by