Get the intensity of an immage
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
valerio auricchio
am 5 Okt. 2020
Kommentiert: Walter Roberson
am 5 Okt. 2020
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
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 5 Okt. 2020
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 Kommentare
Walter Roberson
am 5 Okt. 2020
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".
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!