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

  /external/opencv3/samples/cpp/
calibration.cpp 466 vector<Point2f> pointbuf; local
473 found = findChessboardCorners( view, boardSize, pointbuf,
477 found = findCirclesGrid( view, boardSize, pointbuf );
480 found = findCirclesGrid( view, boardSize, pointbuf, CALIB_CB_ASYMMETRIC_GRID );
487 if( pattern == CHESSBOARD && found) cornerSubPix( viewGray, pointbuf, Size(11,11),
493 imagePoints.push_back(pointbuf);
499 drawChessboardCorners( view, boardSize, Mat(pointbuf), found );
  /external/bison/lib/
vasnprintf.c 284 char pointbuf[5]; local
285 sprintf (pointbuf, "%#.0f", 1.0);
286 point = &pointbuf[1];
    [all...]

Completed in 109 milliseconds