CMT icon indicating copy to clipboard operation
CMT copied to clipboard

add support for opencv 3+

Open toinsson opened this issue 10 years ago • 3 comments

The interface to the feature detectors has changed a bit in opencv3+. Apparently, detection and description is kind of merged. This fix makes the code run for me. I have not compared with opencv2.X though.

toinsson avatar Aug 28 '15 15:08 toinsson

thanks for this @toinsson :)

dtbaker avatar Apr 16 '16 11:04 dtbaker

Awesome!

AloshkaD avatar Mar 06 '17 06:03 AloshkaD

Python version numbers are strings, this doesn't work on opencv 2. Take a look at PEP386 and PEP396 for details.

amiller27 avatar Sep 23 '17 01:09 amiller27