How to use addImageFeatures

조회 수: 3 (최근 30일)
圭介 川邉
圭介 川邉 2021년 12월 6일
편집: TED MOSBY 2024년 11월 29일
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일
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!

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by