Searched defs:projectPoints (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | calib3d.cpp | 52 void cv::cuda::projectPoints(const GpuMat&, const Mat&, const Mat&, const Mat&, const Mat&, GpuMat&… in projectPoints() function in cv::cuda 124 void cv::cuda::projectPoints(const GpuMat& src, const Mat& rvec, const Mat& tvec, const Mat& camera… in projectPoints() function in cv::cuda
|
/external/opencv3/modules/calib3d/src/ |
D | fisheye.cpp | 62 void cv::fisheye::projectPoints(InputArray objectPoints, OutputArray imagePoints, const Affine3d& a… in projectPoints() function in cv::fisheye 68 void cv::fisheye::projectPoints(InputArray objectPoints, OutputArray imagePoints, InputArray _rvec, in projectPoints() function in cv::fisheye 1144 void cv::internal::projectPoints(cv::InputArray objectPoints, cv::OutputArray imagePoints, in projectPoints() function in cv::internal
|
D | calibration.cpp | 3153 void cv::projectPoints( InputArray _opoints, in projectPoints() function in cv
|
/external/opencv3/modules/calib3d/test/ |
D | test_fisheye.cpp | 69 TEST_F(fisheyeTest, projectPoints) in TEST_F() argument
|
/external/opencv3/samples/gpu/performance/ |
D | tests.cpp | 839 TEST(projectPoints) in TEST() argument
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 72 …public static void projectPoints(MatOfPoint3f objectPoints, MatOfPoint2f imagePoints, Mat rvec, Ma… in projectPoints() method in Calib3d 82 …public static void projectPoints(MatOfPoint3f objectPoints, MatOfPoint2f imagePoints, Mat rvec, Ma… in projectPoints() method in Calib3d 374 …public static void projectPoints(MatOfPoint3f objectPoints, Mat rvec, Mat tvec, Mat cameraMatrix, … in projectPoints() method in Calib3d 385 …public static void projectPoints(MatOfPoint3f objectPoints, Mat rvec, Mat tvec, Mat cameraMatrix, … in projectPoints() method in Calib3d
|