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!