How to use addImageFeatures
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?
0 Commenti
Risposte (1)
TED MOSBY
il 22 Nov 2024 alle 6:12
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!
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!