How do we implement ORB feature detector in matlab?

I want to implement ORB for feature matching between a set of images

댓글 수: 2

i want to implement BRISK for feature matching between a set of images how can i do this in matlab
Please, answer the question

댓글을 달려면 로그인하십시오.

답변 (1개)

Dima Lisin
Dima Lisin 2015년 10월 19일

1 개 추천

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.

카테고리

질문:

2015년 10월 17일

댓글:

2019년 4월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by