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!