How to use imhist() for a part of an image
4 views (last 30 days)
Show older comments
How do I define a part of an image to display the histogram?
I don't want to use imcrop() on my image because in my application I have to crop it twice, and the coordinates will be reset back to 0 and I have to declare the bounding box again, which I don't want as I have to automate this over several photos.
imhist(I) only allows me to display the histogram of an image I, but I only want to display a certain portion of it, not the whole image.
0 Comments
Accepted Answer
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!