how to obtain vertical and horizontal histogram of an image?
Mostrar comentarios más antiguos
hi I have an image of face that I devided it into 3 RoIs and now I want to apply analysis of vertical histogram(showing the intensity differences between successive rows,pixel-wise) and horizontal histogram(showing the intensity differences between successive columns,pixel-wise). if anyone know how we can obtain the vertical and horizontal histogram of an image?
Respuesta aceptada
Más respuestas (2)
Iain
el 20 de Mayo de 2013
0 votos
plot(mean(image))
plot(mean(image,2))
I think its what you're asking for, but its not really a histogram though.
emad shokrallah
el 21 de Feb. de 2018
0 votos
what is the syntax of bvertical histogram ?
Categorías
Más información sobre Histograms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!