HomeSort by relevance Sort by last modified time
    Searched full:ndiffs (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp 185 int nDiffs = (int)(0.03f*dstSize.height*dstSize.width);
188 EXPECT_MAT_N_DIFF(dst1, udst1, nDiffs);
209 int nDiffs = std::max((int)(0.07f*dstSize.area()), 1);
212 EXPECT_MAT_N_DIFF(dst_roi, udst_roi, nDiffs);

Completed in 114 milliseconds