Histogram of ROI of an image

15 views (last 30 days)
Tabish Raza
Tabish Raza on 1 Jan 2013
Commented: Andrew Choo on 1 Sep 2015
Hello , can any one suggest best for , how to find histogram of ROI of an image

Answers (2)

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

Sign in to comment.


Matt J
Matt J on 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!