Home
last modified time | relevance | path

Searched refs:CV_DrawingTest_C (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp243 class CV_DrawingTest_C : public CV_DrawingTest class
246 CV_DrawingTest_C() {} in CV_DrawingTest_C() function in CV_DrawingTest_C
252 void CV_DrawingTest_C::draw( Mat& _img ) in draw()
393 int CV_DrawingTest_C::checkLineIterator( Mat& _img ) in checkLineIterator()
415 TEST(Imgcodecs_Drawing, c_regression) { CV_DrawingTest_C test; test.safe_run(); } in TEST()