Filter löschen
Filter löschen

Regarding length of an image.

1 Ansicht (letzte 30 Tage)
Shaila parvin
Shaila parvin am 21 Jun. 2013
length (srcfile);
Here, srcfile is an image. the previous line determines the length of an image but I don't understand what can be the length of an image!!
Can anyone help me please to understand it.
Thanks

Akzeptierte Antwort

David Sanchez
David Sanchez am 21 Jun. 2013
From Matlab point of view, an image is a matrix (sometimes a 3D matrix). if Im is the matrix containing your image,
length(Im)
will return the number of columns of the image matrix.
size(Im)
returns both rows and columns.
  1 Kommentar
Jan
Jan am 21 Jun. 2013
The name "scrFile" seems to imply, that this is the name of the image file. Then length(srcFile) replies the number of characters of this name.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by