Effacer les filtres
Effacer les filtres

Matlab extract a specified number of features?

3 vues (au cours des 30 derniers jours)
Animesh Shankar
Animesh Shankar le 22 Nov 2020
Commenté : Vigneshwaran B le 25 Fév 2022
Hello,
Using the extractFeatures function:
[features1, valid_points1] = extractFeatures(I1, points1);
How can we change it so that the length of features 1 is the same as the length of points1?
E.g. if points1 are 27 coordinates how do we ensure features1 is 27 features?
Thanks in advance : )
  1 commentaire
Vigneshwaran B
Vigneshwaran B le 25 Fév 2022
How can extract two distinct features like food features and ingredients from the given input image?

Connectez-vous pour commenter.

Réponse acceptée

Shubham Rawat
Shubham Rawat le 27 Nov 2020
Hi Animesh,
You do not have to change the function, extractFeatures function is taking points as input which is M-by-2 matrix of [x,y] coordinates and output features is an M-by-N matrix of M feature vectors.
For further information you may refer to the documentation page of extract features:
Hope this Helps!

Plus de réponses (0)

Catégories

En savoir plus sur Computer Vision Toolbox dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by