Feature selection code with input features matrix for 1725 images
Show older comments
I did feature extraction for 1725 images by Gabor transform with 40 kernels. The result features matrix is M with size 1725 * 100000 where size of each image is 50x50 pixels. So 40 times 50*50 = 100,000.
Now I have matrix M with 100000 columns * 1725 rows where each row of M matrix represent one of the 1725 images.
I used matlab program
Now i need making feature selection code using matlab where the input matrix is the previous M matrix.
Thanks
alyaa aly
Accepted Answer
More Answers (0)
Categories
Find more on Image Category Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!