フィルターのクリア

Sparse filtering for image classification applications

2 ビュー (過去 30 日間)
Noha
Noha 2020 年 6 月 13 日
Let us consider a feature distribution matrix over a finite dataset, where each row is a feature, and each column is an example. I have tried the code in the link below to get sparse features in order to use them for image classification. In the training stage, I have put the features of each of the training images in one of the columns of the matrix, and got the sparse features needed for training the classifier. My question is: How can I get the sparse features for the test images? How can I apply sparse filtering for only one image? The algorithm depends on putting all test images on one matrix; a column for each image. The algorithm depends on some normalization operations applied on columns and vectors. In real situations, it is not reasonable for the test images to depend on each other, and we may need to test only one image.
Thanks

回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by