Using extractFeatures function but the sleected features are very far!
显示 更早的评论
I'm using extractFeatures function but the features selected are very far on the image and not selected correctly!
回答(1 个)
Abhishek Kolla
2021-7-27
1 个投票
The following things can be done to solve this issue
- Crop the part of the image around the point of interest to obtain the features
- You can also use several feature extractors like Harris corner detector , surf detector . Refer to the following link for the implementation Extract interest point descriptors - MATLAB extractFeatures (mathworks.com)
If you are still facing any issues you can share the image and the code
类别
在 帮助中心 和 File Exchange 中查找有关 Feature Detection and Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!