Represent an image as vector
이전 댓글 표시
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
bym
2011년 12월 11일
LxL is not a vector
Lovepreet Singh
2019년 4월 18일
Bro if u can't understand the question then don't answer it.
Lovepreet Singh
2019년 4월 18일
Yes i am also searching to represent an image as matrix of LxL dimensions.
답변 (1개)
David Young
2011년 12월 11일
vector = img(:);
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!