HomeSort by relevance Sort by last modified time
    Searched refs:maxDy (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfInputFile.cpp 197 int maxDy = (maxY - ifd->minY) / ifd->tFile->tileYSize();
207 yStart = maxDy;
214 yEnd = maxDy + 1;
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 550 double maxDy = 0.0;
572 if( dy > maxDy )
573 maxDy = dy;
623 if( maxDy > 1.0 )
626 "Error in reprojection maxDy=%f > 1.0\n",maxDy);
    [all...]

Completed in 146 milliseconds