1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Added tegra stub for cornerEigenValsVecs

This commit is contained in:
Andrey Kamaev
2012-05-25 08:20:13 +00:00
parent e161f428a0
commit ab6f0c4e0b
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ static void calcSharrDeriv(const cv::Mat& src, cv::Mat& dst)
CV_Assert(depth == CV_8U);
dst.create(rows, cols, CV_MAKETYPE(DataType<deriv_type>::depth, cn*2));
#ifdef HAVE_TEGRA_OPTIMIZATION
#ifdef HAVE_TEGRA_OPTIMIZATION
if (tegra::calcSharrDeriv(src, dst))
return;
#endif