How to use addImageFeatures

How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?

Réponses (1)

TED MOSBY
TED MOSBY le 22 Nov 2024
Modifié(e) : TED MOSBY le 29 Nov 2024

0 votes

You can set ‘SaveFeatureLocations’ to false as below:
imageIndex = invertedImageIndex(bag,'SaveFeatureLocations',false);
Refer to the ‘Add Image Features of Image Image Index’ section in the examples section in this link:
Hope this helps!

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Produits

Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by