Tegra-optimized cv::compare

This commit is contained in:
Andrey Kamaev
2011-11-07 06:29:34 +00:00
parent 938b1b67d1
commit 664cd5460e
4 changed files with 48 additions and 71 deletions

View File

@@ -67,6 +67,8 @@
#ifdef HAVE_TEGRA_OPTIMIZATION
#include "opencv2/core/core_tegra.hpp"
#else
#define GET_OPTIMIZED(func) (func)
#endif
namespace cv