removed ocl::magnitudeSqr

This commit is contained in:
Ilya Lavrenov
2013-09-24 13:39:07 +04:00
parent 0ad03162df
commit bd36e556a1
5 changed files with 0 additions and 342 deletions

View File

@@ -538,9 +538,6 @@ namespace cv
//! computes magnitude of each (x(i), y(i)) vector
// supports only CV_32F CV_64F type
CV_EXPORTS void magnitude(const oclMat &x, const oclMat &y, oclMat &magnitude);
CV_EXPORTS void magnitudeSqr(const oclMat &x, const oclMat &y, oclMat &magnitude);
CV_EXPORTS void magnitudeSqr(const oclMat &x, oclMat &magnitude);
//! computes angle (angle(i)) of each (x(i), y(i)) vector
// supports only CV_32F CV_64F type