How to select a range of pixels in a historgram?

2 visualizaciones (últimos 30 días)
Jesse
Jesse el 23 de Jun. de 2017
Respondida: Mudambi Srivatsa el 26 de Jun. de 2017
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

Respuestas (1)

Mudambi Srivatsa
Mudambi Srivatsa el 26 de Jun. de 2017
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.

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by