implemented UMat::convertTo
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Sun, 15 Dec 2013 10:00:24 +0000 (14:00 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Sun, 15 Dec 2013 10:15:30 +0000 (14:15 +0400)
commit558c4a2b1dfc2ef39afd0fc98494e9c0a87c461f
treea73b1e1678b7a17d2a6104e5aa93729205c47701
parent172a5d42a90daeba861b6b73a7b7804f18112271
implemented UMat::convertTo
modules/core/src/opencl/convert.cl [new file with mode: 0644]
modules/core/src/umatrix.cpp
modules/core/test/ocl/test_matrix_operation.cpp [new file with mode: 0644]
modules/core/test/test_umat.cpp