Azzera filtri
Azzera filtri

Histogram of ROI of an image

8 visualizzazioni (ultimi 30 giorni)
Tabish Raza
Tabish Raza il 1 Gen 2013
Commentato: Andrew Choo il 1 Set 2015
Hello , can any one suggest best for , how to find histogram of ROI of an image

Risposte (2)

Image Analyst
Image Analyst il 1 Gen 2013
I use imhist(). Is your ROI rectangular, or free form? Let me know if you want a demo.
  4 Commenti
Inara
Inara il 15 Feb 2013
Hi Image Analyst, It works great. Thank you very much! Kind Regards, Inara
Andrew Choo
Andrew Choo il 1 Set 2015
Hi Image Analyst. Can I have a linear ROI instead of a freehand one for this code? And also, is there a way to compare the intensity values of 2 similar roi with a histogram at the same time? Thank you! Your code has helped me greatly.

Accedi per commentare.


Matt J
Matt J il 1 Gen 2013
If ROImask is a logical mask for the ROI, you can do
histc(yourImage(ROImask),...)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by