I am a newbie in MATLAB and I have a set of bmp images which I need to convert into pixel gray-level values as feature vectors of image. Can anyone suggest me the way how I can do that? I need to use these pixel gray-level values as features and then perform operations like PCA/LDA. I tried imread() but it returns me a matrix.. I feel feature vector will be just one row vector.
Regards,