Missing including of nonfree module to support the use of SURF
authorStevenPuttemans <steven.puttemans@lessius.eu>
Tue, 13 Aug 2013 12:12:57 +0000 (14:12 +0200)
committerStevenPuttemans <steven.puttemans@lessius.eu>
Tue, 13 Aug 2013 12:23:24 +0000 (14:23 +0200)
detector/descriptor.

doc/tutorials/features2d/feature_detection/feature_detection.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/feature_homography/feature_homography.rst

index 26798f8..1051fe5 100644 (file)
@@ -31,6 +31,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
    #include "opencv2/core/core.hpp"
    #include "opencv2/features2d/features2d.hpp"
    #include "opencv2/highgui/highgui.hpp"
+   #include "opencv2/nonfree/nonfree.hpp"
 
    using namespace cv;
 
index 54d2889..3bf757f 100644 (file)
@@ -28,6 +28,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
    #include "opencv2/core/core.hpp"
    #include "opencv2/features2d/features2d.hpp"
    #include "opencv2/highgui/highgui.hpp"
+   #include "opencv2/nonfree/nonfree.hpp"
 
    using namespace cv;
 
index ad764ce..eb06083 100644 (file)
@@ -30,6 +30,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
    #include "opencv2/features2d/features2d.hpp"
    #include "opencv2/highgui/highgui.hpp"
    #include "opencv2/calib3d/calib3d.hpp"
+   #include "opencv2/nonfree/nonfree.hpp"
 
    using namespace cv;