Searched refs:values_read (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 338 int values_read = -1; in run() local 350 values_read = fscanf(datafile,"%d",&numTests); in run() 351 CV_Assert(values_read == 1); in run() 355 values_read = fscanf(datafile,"%s",i_dat_file); in run() 356 CV_Assert(values_read == 1); in run() 374 values_read = fscanf(file,"%d %d\n",&(imageSize.width),&(imageSize.height)); in run() 375 CV_Assert(values_read == 2); in run() 384 values_read = fscanf(file,"%d %d\n",&(etalonSize.width),&(etalonSize.height)); in run() 385 CV_Assert(values_read == 2); in run() 396 values_read = fscanf(file,"%d\n",&numImages); in run() [all …]
|