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

  /external/opencv/cv/src/
cvundistort.cpp 371 cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix,
375 CV_FUNCNAME( "cvUndistortPoints" );
  /external/opencv3/modules/imgproc/src/
undistort.cpp 265 void cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix,
414 cvUndistortPoints(&_csrc, &_cdst, &_ccameraMatrix, pD, pR, pP);

Completed in 59 milliseconds