turn on some instantiates that required for other primitives

This commit is contained in:
Vladislav Vinogradov
2015-03-06 13:58:35 +03:00
parent f939d80f4c
commit ad3123adfd
6 changed files with 11 additions and 11 deletions

View File

@@ -523,7 +523,7 @@ void cv::gpu::minMaxLoc(const GpuMat& src, double* minVal, double* maxVal, Point
0/*::minMaxLoc::run<schar>*/,
0/*::minMaxLoc::run<ushort>*/,
0/*::minMaxLoc::run<short>*/,
0/*::minMaxLoc::run<int>*/,
::minMaxLoc::run<int>,
::minMaxLoc::run<float>,
0/*::minMaxLoc::run<double>*/,
};