1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

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
+2 -1
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 ////////////////////////////////