HAVE_TEGRA_OPTIMIZATION was fixed
This commit is contained in:
parent
97aa8d3341
commit
0d72420480
@ -271,7 +271,8 @@ cornerEigenValsVecs( const Mat& src, Mat& eigenv, int block_size,
|
|||||||
#ifdef HAVE_TEGRA_OPTIMIZATION
|
#ifdef HAVE_TEGRA_OPTIMIZATION
|
||||||
if (tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_type, k, borderType))
|
if (tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_type, k, borderType))
|
||||||
return;
|
return;
|
||||||
#elif CV_SSE2
|
#endif
|
||||||
|
#if CV_SSE2
|
||||||
bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
|
bool haveSSE2 = checkHardwareSupport(CV_CPU_SSE2);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user