1 | initial version |
the demo would not even compile for me (with 242), save link.
it needed the following additions:
#include "opencv2/nonfree/nonfree.hpp" // SURF is nonfree
before doing anything else in main():
cv::initModule_nonfree();
and ofc link to opencv_nonfree242.lib