row mean vector of a image

3 visualizzazioni (ultimi 30 giorni)
NIPUNA RAVEENDRAN
NIPUNA RAVEENDRAN il 10 Feb 2020
Modificato: Bhaskar R il 10 Feb 2020
how to find the row of intensity value of a image . The row mean vector size is m x 1 from image size mxn.

Risposte (1)

Bhaskar R
Bhaskar R il 10 Feb 2020
Modificato: Bhaskar R il 10 Feb 2020
row_mean = mean(I, 2); % I is your image
for more details read

Categorie

Scopri di più su Read, Write, and Modify Image in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by