fatal error: opencv2/nonfree/nonfree.hpp: No such file or directory
http://stackoverflow.com/questions/11175794/opencv-surf-function-is-not-implemented
ubuntu14.04 indigo 测试 face_tracking时遇到此问题。
发现indigo版本之后,不再提供apt-get install opencv的安装。
SURF is located in nonfree module. To use it you should initialize nonfree module:
#include <opencv2/nonfree/nonfree.hpp>
...
cv::initModule_nonfree();
The SIFT and SURF c