Lines Matching refs:CV_ApproxPolyTest
60 class CV_ApproxPolyTest : public cvtest::BaseTest class
63 CV_ApproxPolyTest();
64 ~CV_ApproxPolyTest();
83 CV_ApproxPolyTest::CV_ApproxPolyTest() in CV_ApproxPolyTest() function in CV_ApproxPolyTest
88 CV_ApproxPolyTest::~CV_ApproxPolyTest() in ~CV_ApproxPolyTest()
94 void CV_ApproxPolyTest::clear() in clear()
123 bool CV_ApproxPolyTest::get_contour( int /*type*/, CvSeq** Seq, int* d, in get_contour()
166 int CV_ApproxPolyTest::check_slice( CvPoint StartPt, CvPoint EndPt, in check_slice()
230 int CV_ApproxPolyTest::check( CvSeq* SrcSeq, CvSeq* DstSeq, float Eps ) in check()
283 void CV_ApproxPolyTest::run( int /*start_from*/ ) in run()
358 TEST(Imgproc_ApproxPoly, accuracy) { CV_ApproxPolyTest test; test.safe_run(); } in TEST()