How do we implement ORB feature detector in matlab?
조회 수: 6 (최근 30일)
이전 댓글 표시
I want to implement ORB for feature matching between a set of images
댓글 수: 2
Anam Manzoor
2017년 2월 21일
i want to implement BRISK for feature matching between a set of images how can i do this in matlab
답변 (1개)
Dima Lisin
2015년 10월 19일
The extractFeatures function in the Computer Vision System Toolbox provides SURF, BRISK, and FREAK descriptors, however, it does not do ORB. If you absolutely require ORB, you can use the OpenCV Interface support package to write a mex wrapper around the OpenCV implementation of ORB.
참고 항목
카테고리
Help Center 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!