how to obtain vertical and horizontal histogram of an image?
Show older comments
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?
Accepted Answer
More Answers (2)
Iain
on 20 May 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
on 21 Feb 2018
0 votes
what is the syntax of bvertical histogram ?
Categories
Find more on Histograms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!