Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/test/
Dtest_approxpoly.cpp182 int j, TotalErrors = 0; in check_slice() local
219 if( dist > Eps ) TotalErrors++; in check_slice()
237 int TotalErrors = 0; in check() local
267 TotalErrors += check_slice( StartPt, EndPt, &SrcReader, Eps, &j, Count ); in check()
271 TotalErrors++; in check()
272 return TotalErrors; in check()
277 return TotalErrors; in check()