MATLAB: Feature Extraction On 512*512 type double Matrices

feature extractionimage analysismpcapcaStatistics and Machine Learning Toolbox

Hello,I develop a Code that output image is 512*512 Matrices and i want to extract feature of this matrices with PCA or MPCA and use it on SVM algorithm,Anybody can help? Thank you

Best Answer

"output image is 512*512 Matrices" <==== How many matrices? And how is the output determined? Is it based on any inputs ? Why do you need more than one matrix to hold your features? What are your features?
Have you tried the Classification Learner app on the Apps tab of the tool ribbon?