how to obtain vertical and horizontal histogram of an image?
古いコメントを表示
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?
採用された回答
その他の回答 (2 件)
Iain
2013 年 5 月 20 日
0 投票
plot(mean(image))
plot(mean(image,2))
I think its what you're asking for, but its not really a histogram though.
emad shokrallah
2018 年 2 月 21 日
0 投票
what is the syntax of bvertical histogram ?
カテゴリ
ヘルプ センター および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!