Searched defs:subMat (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | sub_mat.cu | 115 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/ |
D | MatTest.java | 491 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
|