Skip to content

Commit

Permalink
Update kaze_features.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhuazou committed Mar 27, 2013
1 parent 7c0629d commit 98d7673
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions KAZE/kaze_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@
#include "cvconfig.h"
#endif

#include "opencv2/core/version.hpp"

#if ((CV_MAJOR_VERSION>=2) && (CV_MINOR_VERSION>=4))

#include "opencv2/features2d/features2d.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/core/internal.hpp"

#else

#include "Minimum_version_2.4.0_please_upgrade_your_OpenCV"

#endif

#include <algorithm>

#ifdef HAVE_TEGRA_OPTIMIZATION
Expand Down

0 comments on commit 98d7673

Please sign in to comment.