How to assign classes for group of images in a classifier?

1 view (last 30 days)
I'm developing a Finger knuckle print biometric system. For that I had extracted SIFT and SURF Features for the image. I am having a problem in training section.
In my database there are 4 persons. Each person have 6 sample images.
For training I used 3 samples for each person. For testing I used the entire database.
But my problem is how to group the images of a single person.??

Answers (1)

Image Analyst
Image Analyst on 30 Jul 2013
Do whatever makes sense. Maybe each person's images might be in a folder with their name or something like that.
  1 Comment
Sabarinathan Vadivelu
Sabarinathan Vadivelu on 30 Jul 2013
But, grouping the samples of a person using the filename of the image is not acceptable right?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!