Lines Matching defs:dst2
42 Mat dst2 = src.clone(); in testAccumulateMatMat() local
48 assertMatEqual(getMat(CvType.CV_64F, 4), dst2, EPS); in testAccumulateMatMat() local
55 Mat dst2 = src.clone(); in testAccumulateMatMatMat() local
61 assertMatEqual(makeMask(getMat(CvType.CV_64F, 4), 2), dst2, EPS); in testAccumulateMatMatMat() local
67 Mat dst2 = src.clone(); in testAccumulateProductMatMatMat() local
73 assertMatEqual(getMat(CvType.CV_64F, 10), dst2, EPS); in testAccumulateProductMatMatMat() local
80 Mat dst2 = src.clone(); in testAccumulateProductMatMatMatMat() local
86 assertMatEqual(makeMask(getMat(CvType.CV_64F, 10), 2), dst2, EPS); in testAccumulateProductMatMatMatMat() local
92 Mat dst2 = src.clone(); in testAccumulateSquareMatMat() local
98 assertMatEqual(getMat(CvType.CV_64F, 6), dst2, EPS); in testAccumulateSquareMatMat() local
105 Mat dst2 = src.clone(); in testAccumulateSquareMatMatMat() local
111 assertMatEqual(makeMask(getMat(CvType.CV_64F, 6), 2), dst2, EPS); in testAccumulateSquareMatMatMat() local
117 Mat dst2 = src.clone(); in testAccumulateWeightedMatMatDouble() local
123 assertMatEqual(getMat(CvType.CV_64F, 2), dst2, EPS); in testAccumulateWeightedMatMatDouble() local
130 Mat dst2 = src.clone(); in testAccumulateWeightedMatMatDoubleMat() local
136 assertMatEqual(getMat(CvType.CV_64F, 2), dst2, EPS); in testAccumulateWeightedMatMatDoubleMat() local