Home | History | Annotate | Download | only in test

Lines Matching refs:depth

75     int depth = cvtest::randInt(rng) % 3, cn = cvtest::randInt(rng) & 1 ? 3 : 1;
76 int accdepth = std::max((int)(cvtest::randInt(rng) % 2 + 1), depth);
79 depth = depth == 0 ? CV_8U : depth == 1 ? CV_32F : CV_64F;
81 accdepth = MAX(accdepth, depth);
84 types[INPUT][i] = CV_MAKETYPE(depth,cn);
94 return test_mat[INPUT_OUTPUT][0].depth() < CV_64F ||
95 test_mat[INPUT][0].depth() == CV_32F ? FLT_EPSILON*100 : DBL_EPSILON*1000;
158 cvtest::add( temp, 1, dst, 1, cvScalarAll(0.), temp, dst.depth() );
199 cvtest::add( temp1, 1, dst, 1, cvScalarAll(0.), temp1, dst.depth() );
234 int accdepth = test_mat[INPUT_OUTPUT][0].depth();
240 cvtest::add( src, cvGetReal1D(&A, 0), dst, cvGetReal1D(&B, 0), cvScalarAll(0.), temp, temp.depth() );