how to create a matrix of concatenated images

조회 수: 4 (최근 30일)
Newman
Newman 2016년 7월 11일
Hello i have 40 subfolders in a folder .each folder contains 10 images of a particular individual.I have created a image set of these folders labeled s1-s40.Now i have applied my normalisation fucntion to all these images by the help of imageset.I now want to convert the 2d normalised images into an 1d vector
imdataloc='D:\x\orl_faces';
facedatabase=imageSet(imdataloc,'recursive');
output=normalised image
so
output=output(:);
and i want to store this vector in the form a matrix for all the images (400 images) as columns . ie the rows indicate the size of the matrix of each image and columns indicate the images it is going to be an Nx400 matrix.
how do I do that in my imageset?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by