How to use addImageFeatures

How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?

回答 (1 件)

TED MOSBY
TED MOSBY 2024 年 11 月 22 日
編集済み: TED MOSBY 2024 年 11 月 29 日

0 投票

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!

カテゴリ

ヘルプ センター および File ExchangeMatrix Indexing についてさらに検索

製品

リリース

R2021b

質問済み:

2021 年 12 月 6 日

編集済み:

2024 年 11 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by