Added nonfree headers that are required for using SURF features

This commit is contained in:
George Andrew Brindeiro 2013-09-24 12:59:37 -03:00
parent 6057414a93
commit 192ca711ef

View File

@ -30,6 +30,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
#include <iostream>
#include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/nonfree/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/nonfree/nonfree.hpp"