fixed ocl::setIdentity

This commit is contained in:
Ilya Lavrenov
2013-09-30 16:54:09 +04:00
parent 7edcefb2be
commit 7379152afb
4 changed files with 71 additions and 111 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 ////////////////////////////////