Sliding Window and Histogram

Please help me on how to Compute Height of the each Gradient text block.. Consider width,W to be the same as the height,H. With these H and W, how to get one square block? and how to Move this square as a sliding window? after this for each sliding window, how to plot a histogram to choose highest peak. lastly Display all pixel in the highest peak as white pixels in the separate image. I need to implement it using MATLAB. Any help is greatly appreciated! Thamk you!

 Respuesta aceptada

Image Analyst
Image Analyst el 27 de Sept. de 2012

0 votos

You could use blockproc() if you want it to move along in "jumps" (non-overlapping blocks), or you could use nlfilter(). But if your image is, say, a million pixels, do you really want to compute and display a million histograms?

Más respuestas (1)

Kapil Nagwanshi
Kapil Nagwanshi el 27 de Sept. de 2012

0 votos

Actually without the variable i wont able to comment or solve for the problem or send the sample data in form of table.

3 comentarios

Muffin
Muffin el 27 de Sept. de 2012
is there a way to find the maximum of the histogram peaks??
Image Analyst
Image Analyst el 27 de Sept. de 2012
Of course - use the max() function.
Muffin
Muffin el 27 de Sept. de 2012
After finding the max of the peaks, how do we display a white pixel there?

Iniciar sesión para comentar.

Preguntada:

el 27 de Sept. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by