How to use addImageFeatures
2 ビュー (過去 30 日間)
古いコメントを表示
How do I set the SaveFeatureLocations property of an invertedImageIndex object to false?
0 件のコメント
回答 (1 件)
TED MOSBY
2024 年 11 月 22 日
編集済み: TED MOSBY
2024 年 11 月 29 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!