how to calculate intensity of an image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have some images. My task is to calculate intensity of these images. Initially I used color plane (for e.g red, green etc) but I would like to know some new image feature to calculate its intensity and see the difference. Is there any other image feature to calculate its intensity in MATLAB?
0 Kommentare
Antworten (1)
Image Analyst
am 1 Apr. 2013
The intensity is the image itself. If you have some other definition, please state it. If you don't, then state what you plan on doing if you had some single number that is "the intensity" of the image. What is your next step?
2 Kommentare
Image Analyst
am 1 Apr. 2013
Maybe you could threshold at some value to distinguish between no stain, heavy stain, and light stain. Then give the area fraction of each. See imquantize().
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!