How to use addImageFeatures
2 views (last 30 days)
Show older comments
How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?
0 Comments
Answers (1)
TED MOSBY
on 22 Nov 2024
Edited: TED MOSBY
on 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!
0 Comments
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!