CMT
CMT copied to clipboard
add support for opencv 3+
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.
thanks for this @toinsson :)
Awesome!
Python version numbers are strings, this doesn't work on opencv 2. Take a look at PEP386 and PEP396 for details.