Home | History | Annotate | Download | only in test

Lines Matching refs:rmax

306                 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height);
309 std::cout << "opencv result:\n" << dst(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;
310 std::cout << "reference result:\n" << reference_dst(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;