how to obtain vertical and horizontal histogram of an image?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (2)
Iain
le 20 Mai 2013
0 votes
plot(mean(image))
plot(mean(image,2))
I think its what you're asking for, but its not really a histogram though.
emad shokrallah
le 21 Fév 2018
0 votes
what is the syntax of bvertical histogram ?
Catégories
En savoir plus sur Histograms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!