opencv / opencv_contrib

Repository for OpenCV's extra modules
Apache License 2.0
9.27k stars 5.74k forks source link

Adding Bucket Distance Hashing to OpenCV #1969

Open tomoaki0705 opened 5 years ago

tomoaki0705 commented 5 years ago

Let me start the discussion here.

I'm planning to add new method for feature matching, BDH (Bucket Distance Hashing) which which was announced in ICCV 2013

https://github.com/opu-imp/BDH paper: Masakazu Iwamura, Tomokazu Sato and Koichi Kise "What Is the Most Efficient Way to Select Nearest Neighbor Candidates for Fast Approximate Nearest Neighbor Search" Ref: http://www.m.cs.osakafu-u.ac.jp/cgi-bin/publication_public.cgi?func=show_detail&id=1357

It has better performance compared to other papers.

Now since it's a new feature, I'd like to break down the task before starting. As far as I know, I should do following points.

Is there any other task I should do for PR ? Best.

alalek commented 5 years ago