HomeSort by relevance Sort by last modified time
    Searched refs:exp_lines (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/imgproc/test/
test_houghLines.cpp 182 Mat exp_lines; local
183 read( fs[test_case_name], exp_lines, Mat() );
188 count = countMatIntersection<Vec2f>(exp_lines, lines, (float) thetaStep + FLT_EPSILON, (float) rhoStep + FLT_EPSILON);
190 count = countMatIntersection<Vec4i>(exp_lines, lines, 1e-4f, 0.f);
193 EXPECT_GE( count, (int) (exp_lines.total() * 0.8) );
195 EXPECT_EQ( count, (int) exp_lines.total());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]

Completed in 185 milliseconds