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

  /external/opencv3/modules/calib3d/test/
test_chesscorners.cpp 78 enum Pattern { CHESSBOARD, CIRCLES_GRID, ASYMMETRIC_CIRCLES_GRID };
168 case CIRCLES_GRID:
190 case CIRCLES_GRID:
249 case CIRCLES_GRID:
477 TEST(Calib3d_CirclesPatternDetector, accuracy) { CV_ChessboardDetectorTest test( CIRCLES_GRID ); test.safe_run(); }
  /external/opencv3/samples/cpp/
calibration.cpp 83 enum Pattern { CHESSBOARD, CIRCLES_GRID, ASYMMETRIC_CIRCLES_GRID };
118 case CIRCLES_GRID:
344 pattern = CIRCLES_GRID;
476 case CIRCLES_GRID:
  /external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
camera_calibration.cpp 32 enum Pattern { NOT_EXISTING, CHESSBOARD, CIRCLES_GRID, ASYMMETRIC_CIRCLES_GRID };
137 if (!patternToUse.compare("CIRCLES_GRID")) calibrationPattern = CIRCLES_GRID;
296 case Settings::CIRCLES_GRID:
440 case Settings::CIRCLES_GRID:

Completed in 3537 milliseconds