1
0
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:
Suleyman TURKMEN
2021-01-01 21:25:43 +03:00
parent c073e09956
commit 178240ccf1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;