How to select a range of pixels in a historgram?
1 次查看(过去 30 天)
显示 更早的评论
If we have picture files and look at the histogram of the black to white scale, what code do I input. Let's say it goes from 2*10^-4 to 6*10^-4, what if I want to just see the pixels maybe, from 3*10^-4 and up? Thanks
0 个评论
回答(1 个)
Mudambi Srivatsa
2017-6-26
You can use MATLAB Image Processing Toolbox function 'imhist' to create the histogram of black to white scale of your images. Refer to the following link for more information:
https://www.mathworks.com/help/images/ref/imhist.html
However, there is no pixel level range control except for the bin count.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!