Home
last modified time | relevance | path

Searched defs:tvec (Results 1 – 21 of 21) sorted by relevance

/external/opencv3/modules/calib3d/perf/
Dperf_pnp.cpp33 Mat tvec = Mat::zeros(3, 1, CV_32FC1); variable
80 Mat tvec = Mat::zeros(3, 1, CV_32FC1); variable
140 Mat tvec; variable
/external/opencv3/modules/cudalegacy/perf/
Dperf_calib3d.cpp67 const cv::Mat tvec = cv::Mat::ones(1, 3, CV_32FC1); variable
123 cv::Mat tvec; variable
/external/opencv3/modules/cudalegacy/test/
Dtest_calib3d.cpp70 cv::Mat tvec = randomMat(cv::Size(3, 1), CV_32F, 0, 1); in CUDA_TEST_P() local
118 cv::Mat tvec = randomMat(cv::Size(3, 1), CV_32F, 0, 1); in CUDA_TEST_P() local
180 cv::Mat rvec, tvec; in CUDA_TEST_P() local
/external/opencv3/modules/cudalegacy/src/
Dcalib3d.cpp85 …void transformPointsCaller(const GpuMat& src, const Mat& rvec, const Mat& tvec, GpuMat& dst, cudaS… in transformPointsCaller()
100 void cv::cuda::transformPoints(const GpuMat& src, const Mat& rvec, const Mat& tvec, GpuMat& dst, St… in transformPoints()
107 …void projectPointsCaller(const GpuMat& src, const Mat& rvec, const Mat& tvec, const Mat& camera_ma… in projectPointsCaller()
124 void cv::cuda::projectPoints(const GpuMat& src, const Mat& rvec, const Mat& tvec, const Mat& camera… in projectPoints()
212 const Mat& dist_coef, Mat& rvec, Mat& tvec, bool use_extrinsic_guess, in solvePnPRansac()
/external/opencv3/modules/calib3d/test/
Dtest_solvepnp_ransac.cpp102 void generatePose(Mat& rvec, Mat& tvec, RNG& rng) in generatePose()
117 Mat rvec, tvec; in runTest() local
213 Mat rvec, tvec; in runTest() local
294 Mat tvec; in TEST() local
363 Mat tvec; in TEST() local
Dtest_chessboardgenerator.hpp34 Mat rvec, tvec; member in cv::ChessBoardGenerator
Dtest_cameracalibration.cpp803 tvec( 1, 3, CV_64FC1, translationVector ); in project() local
1032 …Mat_<float> objPoints( pointCount, 3), rvec( 1, 3), rmat, tvec( 1, 3 ), cameraMatrix( 3, 3 ), dist… in run() local
1224 void CV_ProjectPointsTest_C::project( const Mat& opoints, const Mat& rvec, const Mat& tvec, in project()
1260 void CV_ProjectPointsTest_CPP::project( const Mat& objectPoints, const Mat& rvec, const Mat& tvec, in project()
Dtest_cameracalibration_artificial.cpp174 const Point3d& tvec = *tvecs[i].ptr<Point3d>(); in compareShiftVecs() local
Dtest_fisheye.cpp360 std::vector<cv::Vec3d> tvec; in TEST_F() local
/external/opencv3/modules/calib3d/src/
Dsolvepnp.cpp63 Mat rvec, tvec; in solvePnP() local
208 Mat tvec; member in cv::PnPRansacCallback
243 Mat tvec = useExtrinsicGuess ? _tvec.getMat() : Mat(3, 1, CV_64FC1); in solvePnPRansac() local
Dfisheye.cpp628 Vec3d tvec; in stereoRectify() local
953 cv::Mat tvec = cv::Mat(tvecs1[image_idx]); in stereoCalibrate() local
1156 Mat& tvec, Mat& J, const int MaxIter, in ComputeExtrinsicRefine()
Dp3p.cpp34 bool p3p::solve(cv::Mat& R, cv::Mat& tvec, const cv::Mat& opoints, const cv::Mat& ipoints) in solve()
Dcalibration.cpp925 const CvMat* distCoeffs, CvMat* rvec, CvMat* tvec, in cvFindExtrinsicCameraParams2()
3174 Mat rvec = _rvec.getMat(), tvec = _tvec.getMat(); in projectPoints() local
/external/opencv3/samples/cpp/
Dselect3dobj.cpp115 static Point3f image2plane(Point2f imgpt, const Mat& R, const Mat& tvec, in image2plane()
127 const Mat& cameraMatrix, const Mat& rvec, const Mat& tvec, in extract3DBox()
199 const Mat& cameraMatrix, const Mat& rvec, const Mat& tvec, in select3DBox()
562 Mat rvec, tvec; in main() local
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DPnPProblem.cpp115 cv::Mat tvec = cv::Mat::zeros(3, 1, CV_64FC1); in estimatePose() local
142 cv::Mat tvec = cv::Mat::zeros(3, 1, CV_64FC1); // output translation vector in estimatePoseRANSAC() local
/external/opencv3/samples/gpu/performance/
Dtests.cpp846 Mat tvec; gen(tvec, 1, 3, CV_32F, 0, 1); in TEST() local
880 Mat rvec, tvec; in InitSolvePnpRansac() local
901 Mat rvec, tvec; in TEST() local
/external/vulkan-validation-layers/libs/glm/gtx/
Dintersect.inl134 genType tvec = orig - vert0; local
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java72 …ctPoints(MatOfPoint3f objectPoints, MatOfPoint2f imagePoints, Mat rvec, Mat tvec, Mat K, Mat D, do… in projectPoints()
82 …rojectPoints(MatOfPoint3f objectPoints, MatOfPoint2f imagePoints, Mat rvec, Mat tvec, Mat K, Mat D) in projectPoints()
253 …id stereoRectify(Mat K1, Mat D1, Mat K2, Mat D2, Size imageSize, Mat R, Mat tvec, Mat R1, Mat R2, … in stereoRectify()
262 …id stereoRectify(Mat K1, Mat D1, Mat K2, Mat D2, Size imageSize, Mat R, Mat tvec, Mat R1, Mat R2, … in stereoRectify()
374 …public static void projectPoints(MatOfPoint3f objectPoints, Mat rvec, Mat tvec, Mat cameraMatrix, … in projectPoints()
385 …public static void projectPoints(MatOfPoint3f objectPoints, Mat rvec, Mat tvec, Mat cameraMatrix, … in projectPoints()
401 …oint2f imagePoints, Mat cameraMatrix, MatOfDouble distCoeffs, Mat rvec, Mat tvec, boolean useExtri… in solvePnP()
412 …jectPoints, MatOfPoint2f imagePoints, Mat cameraMatrix, MatOfDouble distCoeffs, Mat rvec, Mat tvec) in solvePnP()
428 …oint2f imagePoints, Mat cameraMatrix, MatOfDouble distCoeffs, Mat rvec, Mat tvec, boolean useExtri… in solvePnPRansac()
439 …jectPoints, MatOfPoint2f imagePoints, Mat cameraMatrix, MatOfDouble distCoeffs, Mat rvec, Mat tvec) in solvePnPRansac()
Dcalib3d.cpp1180 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_projectPoints_10() local
1211 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_projectPoints_11() local
1598 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_stereoRectify_10() local
1631 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_stereoRectify_11() local
1931 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_projectPoints_12() local
1964 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_projectPoints_13() local
2002 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_solvePnP_10() local
2034 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_solvePnP_11() local
2070 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_solvePnPRansac_10() local
2103 Mat& tvec = *((Mat*)tvec_nativeObj); in Java_org_opencv_calib3d_Calib3d_solvePnPRansac_11() local
/external/opencv3/modules/calib3d/misc/java/test/
DCalib3dTest.java521 Mat tvec = new Mat(); in testSolvePnPListOfPoint3ListOfPointMatMatMatMat() local
/external/opencv/cv/src/
Dcvcalibration.cpp1127 CvMat* rvec, CvMat* tvec ) in cvFindExtrinsicCameraParams2()