How to select a range of pixels in a historgram?

조회 수: 1 (최근 30일)
Jesse
Jesse 2017년 6월 23일
답변: Mudambi Srivatsa 2017년 6월 26일
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

답변 (1개)

Mudambi Srivatsa
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.

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by