Commit 0b41df46 authored by Alexander Smorkalov's avatar Alexander Smorkalov Committed by OpenCV Buildbot

Merge pull request #1499 from georgebrindeiro:patch-2

parents 887ff0de 192ca711
...@@ -30,6 +30,7 @@ This tutorial code's is shown lines below. You can also download it from `here < ...@@ -30,6 +30,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
#include <iostream> #include <iostream>
#include "opencv2/core/core.hpp" #include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp" #include "opencv2/features2d/features2d.hpp"
#include "opencv2/nonfree/features2d.hpp"
#include "opencv2/highgui/highgui.hpp" #include "opencv2/highgui/highgui.hpp"
#include "opencv2/nonfree/nonfree.hpp" #include "opencv2/nonfree/nonfree.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment