Feature detection on image
조회 수: 1 (최근 30일)
이전 댓글 표시
Want to know the best detection method in matlab for the feature on the attached image. I have also attached the original jpg file
댓글 수: 0
채택된 답변
Aditya Mittal
2020년 4월 22일
Hi,
There are various feature detection and extraction algorithms. All of them are directly available to use in Computer Vision Toolbox.
As per my knowledge, according to your image Local Binary Pattern (LBP) feature extraction algorithm will give the best results. As in your image, feature is an area in the image which is of different intensisty then it’s neighbours. Which means you are trying to detect the texture of the image, which can be best done by LBP.
Below is the link for documentation of local feature detection and extraction-
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!