added ocl::repeat

This commit is contained in:
Ilya Lavrenov
2013-11-04 23:59:56 +04:00
parent dd942df08b
commit 2df53d97c5
5 changed files with 106 additions and 4 deletions

View File

@@ -631,6 +631,9 @@ namespace cv
//! initializes a scaled identity matrix
CV_EXPORTS void setIdentity(oclMat& src, const Scalar & val = Scalar(1));
//! fills the output array with repeated copies of the input array
CV_EXPORTS void repeat(const oclMat & src, int ny, int nx, oclMat & dst);
//////////////////////////////// Filter Engine ////////////////////////////////
/*!