Represent an image as vector
Mostrar comentarios más antiguos
Hello,
I will be grateful to any one who can answer my question :
I need to represent a set of images as vectors of length LxL where L is the number of pixels in the x(y) direction. I could read and display them but not convert them into vectors. My aim is to form a matrix whose elements are the inner product of images vectors.
Thank you!
3 comentarios
bym
el 11 de Dic. de 2011
LxL is not a vector
Lovepreet Singh
el 18 de Abr. de 2019
Bro if u can't understand the question then don't answer it.
Lovepreet Singh
el 18 de Abr. de 2019
Yes i am also searching to represent an image as matrix of LxL dimensions.
Respuestas (1)
David Young
el 11 de Dic. de 2011
vector = img(:);
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!