How to use addImageFeatures

4 Ansichten (letzte 30 Tage)
圭介 川邉
圭介 川邉 am 6 Dez. 2021
Bearbeitet: TED MOSBY am 29 Nov. 2024
How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?

Antworten (1)

TED MOSBY
TED MOSBY am 22 Nov. 2024
Bearbeitet: TED MOSBY am 29 Nov. 2024
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!

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by