How to use addImageFeatures

5 views (last 30 days)
圭介 川邉
圭介 川邉 on 6 Dec 2021
Answered: TED MOSBY on 22 Nov 2024 at 6:12
How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?

Answers (1)

TED MOSBY
TED MOSBY on 22 Nov 2024 at 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!

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!