Home
last modified time | relevance | path

Searched refs:_rotationMatrix (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp715 CvMat _rotationMatrix = cvMat(3, 3, CV_64F, rotationMatrix); in project() local
718 …cvProjectPoints2(&_objectPoints, &_rotationMatrix, &_translationVector, &_cameraMatrix, &_distCoef… in project()