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 26798f8f6f35a8b0e42bfdaf6759607ec2b986dc..1051fe5deefa7a1339e9775906455f3b1ff396ad 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 54d28890ab292e08529fd6e3c26036ef9c12c4a9..3bf757fc00febb136ab3b21010a215682982b966 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 ad764ce9b707c81bf253be82f3f80df59b139043..eb06083b05a34fad8183605b5dc7567585fc927e 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;