Borrar filtros
Borrar filtros

to calculate histogram features

1 visualización (últimos 30 días)
Elysi Cochin
Elysi Cochin el 6 de Feb. de 2013
to calculate histogram features using the equation in the following link,.....
will it work if i use imhist function..... but how to implement the summation with the values i....... please do reply....

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Feb. de 2013
Yes, you could use imhist(), but remember you need to break the image up into MxM blocks, and imhist() is a more expensive calculation than hist() or histc() is.
  5 comentarios
Walter Roberson
Walter Roberson el 6 de Feb. de 2013
"where histo(i) is the value of the histogram with the intensity i"
so you need to be concerned with the output that reflects histogram values, not histogram intensities.
I think that "H = arg i max(histo(i))" is intended to mean that H is the "i" such that histo(i) is the maximum -- that is, the index of the maximum intensity.
And you still need to think more about what bin centers or edges you are going to pass in to the histogram routine you choose.
Elysi Cochin
Elysi Cochin el 6 de Feb. de 2013
sir please could you show me how to write the code for what u explained above for a image as a whole..... please reply sir....

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by