APPLICATION OF LDA
Feature Number Selection:
The desired number for feature reduction inputted by user.
Training Models:
Models of the training images are created using the desired number of features.
Testing Models:
Models of the test image is created using the desired number of features.
Classification:
Compute distance between training models and test models.
Minimum distance is determined and test image is classified.