How to use addImageFeatures

2 visualizaciones (últimos 30 días)
圭介 川邉
圭介 川邉 el 6 de Dic. de 2021
Editada: TED MOSBY el 29 de Nov. de 2024
How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?

Respuestas (1)

TED MOSBY
TED MOSBY el 22 de Nov. de 2024
Editada: TED MOSBY el 29 de Nov. de 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!

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by