Filter löschen
Filter löschen

Histogram of ROI of an image

8 Ansichten (letzte 30 Tage)
Tabish Raza
Tabish Raza am 1 Jan. 2013
Kommentiert: Andrew Choo am 1 Sep. 2015
Hello , can any one suggest best for , how to find histogram of ROI of an image

Antworten (2)

Image Analyst
Image Analyst am 1 Jan. 2013
I use imhist(). Is your ROI rectangular, or free form? Let me know if you want a demo.
  4 Kommentare
Inara
Inara am 15 Feb. 2013
Hi Image Analyst, It works great. Thank you very much! Kind Regards, Inara
Andrew Choo
Andrew Choo am 1 Sep. 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.

Melden Sie sich an, um zu kommentieren.


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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by