Effacer les filtres
Effacer les filtres

How to combine three defined feature vector

1 vue (au cours des 30 derniers jours)
cse batch4
cse batch4 le 3 Avr 2015
Commenté : Image Analyst le 5 Avr 2015
Hi Friends. I am doing a project on CBIR .I extracted a feature vector from RGB image. I got 3 feature vector for R G B separately. I want to merge 3 Feature vector into a single feature vector. Please give matlab code example and the Feature vector Size is 96.

Réponse acceptée

Image Analyst
Image Analyst le 3 Avr 2015
allFeatures = [featureVector1, featureVector2, featureVector3];
  2 commentaires
cse batch4
cse batch4 le 5 Avr 2015
using this feature vector how to sorting the images
Image Analyst
Image Analyst le 5 Avr 2015
I don't know. Let's say you have a database of 100 thousand images, and let's say your query is "show me all images of beaches". And let's say that that query would return 200 images of beaches. Now, how would you like those sorted? Which of the 200 beach images would be the first one, and which would be the last one?

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by