Merge pull request #364 from Daniil-Osokin:bugfix_doc_features2d_tutorial

This commit is contained in:
Andrey Kamaev 2013-01-30 13:05:47 +04:00 committed by OpenCV Buildbot
commit 7e5f877ad9

View 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;