Ask Your Question

MikeDombo's profile - activity

2020-04-11 15:27:18 -0600 received badge  Popular Question (source)
2015-06-10 13:16:08 -0600 asked a question Windows Python opencv_contrib Install

Hey everyone, I'm trying to use sift/surf which I know has been moved to opencv_contrib. I installed from the precomiled binary opencv3. How do I install opencv_contrib on windows?

I think I have to compile from source, so I have cmake and visual studio 2008 c++. Cmake completes with the opencv extra modules path entered with no errors!

Now, how do I actually compile and install for python after generating the makefiles with cmake?

Thank you so much for your help.