How do we implement ORB feature detector in matlab?
10 次查看(过去 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 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!