Home
last modified time | relevance | path

Searched defs:subMat (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dsub_mat.cu115 void subMat(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, const GpuMat& mask, double, Stream… in subMat() function
/external/opencv3/modules/core/misc/java/test/
DMatTest.java491 Mat subMat = gray0.submat(0, 0, gray0.rows() / 2, gray0.cols() / 2); in testIsContinuous() local
497 Mat subMat = gray0.submat(0, 0, gray0.rows() / 2, gray0.cols() / 2); in testIsSubmatrix() local