row mean vector of a image
Show older comments
how to find the row of intensity value of a image . The row mean vector size is m x 1 from image size mxn.
Answers (1)
row_mean = mean(I, 2); % I is your image
for more details read
Categories
Find more on Image Arithmetic 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!