User456898
User456898

Reputation: 5724

How to install opencv_contrib repository on Windows?

I want to use the FLANN based matcher for feature matching. For this, the SIFT algorithm is required. In Linux, one can use the 'cmake' and 'make' commands.

But how to install opencv_contrib on Windows ?

Upvotes: 3

Views: 5014

Answers (1)

user5025779
user5025779

Reputation:

You can use cmake in windows as well. if you're having trouble watch this video https://www.youtube.com/watch?v=vp0AbhXXTrw I've included the 'face' module for demonstration. You can add 'xfeatures2d' module to use SIFT

Upvotes: 6

Related Questions