Merge pull request #1519 from ilya-lavrenov:ocl_minMax

This commit is contained in:
Andrey Pavlenko
2013-10-01 20:16:47 +04:00
committed by OpenCV Buildbot
11 changed files with 874 additions and 1116 deletions

View File

@@ -584,7 +584,8 @@ namespace cv
CV_EXPORTS void cvtColor(const oclMat &src, oclMat &dst, int code , int dcn = 0);
CV_EXPORTS void setIdentity(oclMat& src, double val);
//! initializes a scaled identity matrix
CV_EXPORTS void setIdentity(oclMat& src, const Scalar & val = Scalar(1));
//////////////////////////////// Filter Engine ////////////////////////////////