mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Clean up C API backport ready changes
This commit is contained in:
@@ -339,7 +339,7 @@ void BaseTest::safe_run( int start_from )
|
||||
void BaseTest::run( int start_from )
|
||||
{
|
||||
int test_case_idx, count = get_test_case_count();
|
||||
int64 t_start = cvGetTickCount();
|
||||
int64 t_start = cv::getTickCount();
|
||||
double freq = cv::getTickFrequency();
|
||||
bool ff = can_do_fast_forward();
|
||||
int progress = 0, code;
|
||||
|
||||
Reference in New Issue
Block a user