I have created my own face (image) database consisting of 1500 images/ I have a doubt as to how to validate the image database using Matlab
You could use a "leave one out" method. Train against all the images except one, then ask to classify that one. Do this for each image in turn. If any image classifies poorly, either your classification method is poor or else the image is not a good representative of its class.
2 Comments
Direct link to this comment:
http://mathworks.com/matlabcentral/answers/57599#comment_119647
What do u mean actually? Please Expand your question
Direct link to this comment:
http://mathworks.com/matlabcentral/answers/57599#comment_123341
read the images into matlab and then save the workspace as a mat file your input database is ready..