Integrate BRISK detector/descriptor (Feature #2289)
Description
I have successfully compiled and tested BRISK keypoint detector and descriptor from
http://www.asl.ethz.ch/people/lestefan/personal/BRISK
The code is OpenCV-ready so it should be straight-forward to add it to OpenCV. Not sure if this has been addressed yet or if author is involved in OpenCV development as well.. but for sure it would be seen as a great feature.
Also it should be ported to Android package as well.
(BTW, some preliminary tests by me involving art pictures points to a better performance of BRISK+FREAK compared to SURF in terms of efficacy.)
Associated revisions
Merge pull request #2289 from ilya-lavrenov:umat_expr
History
Updated by Andrey Kamaev over 12 years ago
- Assignee changed from Maria Dimashova to Vadim Pisarevsky
Updated by Vadim Pisarevsky over 12 years ago
BRISK is in OpenCV git repository now
- Status changed from Open to Done