Added nonfree header in "Feature description" tutorial code sample (bug #2527)
authorDaniil Osokin <daniil.osokin@itseez.com>
Wed, 30 Jan 2013 07:06:48 +0000 (11:06 +0400)
committerDaniil Osokin <daniil.osokin@itseez.com>
Wed, 30 Jan 2013 07:07:09 +0000 (11:07 +0400)
doc/tutorials/features2d/feature_description/feature_description.rst

index 9ba7775..fe9b7cd 100644 (file)
@@ -32,6 +32,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/features2d.hpp"
 
    using namespace cv;