Effacer les filtres
Effacer les filtres

Feature extraction metric calculation for image classification

2 vues (au cours des 30 derniers jours)
artemoila
artemoila le 25 Jan 2016
Modifié(e) : Dima Lisin le 27 Jan 2016
I am trying to classify histological images using the bag of features method. In the exampleBagOfFeaturesExtractor the variance is used or the detection metric if a feature detector was used for point selection. I am using different feature extraction techniques and my question is how can I choose which metric(s) to use after the feature extraction.
Another similar question. when I extracted both BRISK and SURF features, I used the normalized variance as a feature metric because the variances from the BRISK features were a lot bigger than the SURFs so basically only the BRISKs were taken into account later at the classification. Was that correct?
  2 commentaires
Image Analyst
Image Analyst le 25 Jan 2016
It might help if you posted an image.
artemoila
artemoila le 25 Jan 2016
Modifié(e) : artemoila le 25 Jan 2016
The images mostly look like this one.

Connectez-vous pour commenter.

Réponses (1)

Dima Lisin
Dima Lisin le 25 Jan 2016
Modifié(e) : Dima Lisin le 27 Jan 2016
This is strange... You should not have been able to use BRISK descriptors with bagOfFeatures at all. BRISK descriptors are binary bit strings, which cannot not be clustered using K-means.
  3 commentaires
Dima Lisin
Dima Lisin le 26 Jan 2016
Unfortunately, that doesn't work. If you take binaryFeatures objects, convert them to double, and then cluster them, the clusters will not be meaningful. This is because the Euclidean distance between two such vectors has nothing to do with the similarity between the image patches that they describe.
artemoila
artemoila le 27 Jan 2016
Thank you very much for clarifying this. In the case I want to combine more than one type of features is what I did with the variance metric correct?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Recognition, Object Detection, and Semantic Segmentation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by