/external/opencv3/modules/calib3d/src/ |
D | triangulate.cpp | 192 cv::Ptr<CvMat> points1, points2; in cvCorrectMatches() local 397 Mat points1 = _projPoints1.getMat(), points2 = _projPoints2.getMat(); in triangulatePoints() local 418 Mat points1 = _points1.getMat(), points2 = _points2.getMat(); in correctMatches() local
|
D | five-point.cpp | 408 Mat points1, points2; in findEssentialMat() local 449 Mat points1, points2; in recoverPose() local
|
D | compat_ptsetreg.cpp | 338 CV_IMPL int cvFindFundamentalMat( const CvMat* points1, const CvMat* points2, in cvFindFundamentalMat()
|
D | fundam.cpp | 349 Mat points1 = _points1.getMat(), points2 = _points2.getMat(); in findHomography() local 730 Mat points1 = _points1.getMat(), points2 = _points2.getMat(); in findFundamentalMat() local
|
D | calibration.cpp | 3388 Mat points1 = _points1.getMat(), points2 = _points2.getMat(); in stereoRectifyUncalibrated() local
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | cv_util.py | 80 def SqDistances(points1, points2): argument
|
/external/opencv/cvaux/src/ |
D | cvcorrimages.cpp | 182 CvMat *points2, in icvFindCorrForGivenPoints() 759 void icvComputeProjectMatrixStatus(CvMat *objPoints4D,CvMat *points2,CvMat *status, CvMat *projMatr) in icvComputeProjectMatrixStatus() 849 CvMat *points2 = 0; in icvAddNewImageToPrevious____() local
|
D | cvtrifocal.cpp | 178 int icvComputeProjectMatrices6Points( CvMat* points1,CvMat* points2,CvMat* points3, in icvComputeProjectMatrices6Points() 788 int icvComputeProjectMatricesNPoints( CvMat* points1,CvMat* points2,CvMat* points3, in icvComputeProjectMatricesNPoints() 1420 void GetGeneratorReduceFundSolution(CvMat* points1,CvMat* points2,CvMat* fundReduceCoef1,CvMat* fun… in GetGeneratorReduceFundSolution() 1942 void icvComputeTransform4D(CvMat* points1,CvMat* points2,CvMat* transMatr) in icvComputeTransform4D()
|
D | cvlmeds.cpp | 48 icvLMedS( int *points1, int *points2, int numPoints, CvMatrix3 * fundamentalMatrix ) in icvLMedS() 1658 icvLMedS7( int *points1, int *points2, CvMatrix3 * matrix ) in icvLMedS7()
|
D | cvepilines.cpp | 2830 CvPoint3D64d* points2; in icvSelectBestRt() local
|
/external/opencv3/modules/features2d/misc/java/test/ |
D | Features2dTest.java | 133 MatOfPoint2f points2 = new MatOfPoint2f(lp2.toArray(new Point[0])); in testPTOD() local
|
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 1570 Mat points2 = projectedPoints_2.t(); in run() local 1762 const Mat& points2, const Mat& F, Size imgSize, Mat& H1, Mat& H2, double threshold ) in rectifyUncalibrated() 1773 const Mat &points1, const Mat &points2, in triangulate() 1783 const Mat &points1, const Mat &points2, in correct() 1849 … const Mat& points2, const Mat& F, Size imgSize, Mat& H1, Mat& H2, double threshold ) in rectifyUncalibrated() 1855 const Mat &points1, const Mat &points2, in triangulate() 1862 const Mat &points1, const Mat &points2, in correct()
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 760 …public static boolean stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat… in stereoRectifyUncalibrated() 769 …public static boolean stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat… in stereoRectifyUncalibrated() 852 …public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2f points2, int method, doubl… in findFundamentalMat() 862 …public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2f points2, int method, doubl… in findFundamentalMat() 872 public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2f points2) in findFundamentalMat() 887 …public static Mat findEssentialMat(Mat points1, Mat points2, double focal, Point pp, int method, d… in findEssentialMat() 896 …public static Mat findEssentialMat(Mat points1, Mat points2, double focal, Point pp, int method, d… in findEssentialMat() 905 public static Mat findEssentialMat(Mat points1, Mat points2) in findEssentialMat() 933 …public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, Mat t, double focal, Point p… in recoverPose() 942 …public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, Mat t, double focal, Point p… in recoverPose() [all …]
|
D | calib3d.cpp | 2837 Mat& points2 = *((Mat*)points2_nativeObj); in Java_org_opencv_calib3d_Calib3d_stereoRectifyUncalibrated_10() local 2863 Mat& points2 = *((Mat*)points2_nativeObj); in Java_org_opencv_calib3d_Calib3d_stereoRectifyUncalibrated_11() local 3052 std::vector<Point2f> points2; in Java_org_opencv_calib3d_Calib3d_findFundamentalMat_10() local 3079 std::vector<Point2f> points2; in Java_org_opencv_calib3d_Calib3d_findFundamentalMat_11() local 3105 std::vector<Point2f> points2; in Java_org_opencv_calib3d_Calib3d_findFundamentalMat_12() local 3133 Mat& points2 = *((Mat*)points2_nativeObj); in Java_org_opencv_calib3d_Calib3d_findEssentialMat_10() local 3157 Mat& points2 = *((Mat*)points2_nativeObj); in Java_org_opencv_calib3d_Calib3d_findEssentialMat_11() local 3180 Mat& points2 = *((Mat*)points2_nativeObj); in Java_org_opencv_calib3d_Calib3d_findEssentialMat_12() local 3235 Mat& points2 = *((Mat*)points2_nativeObj); in Java_org_opencv_calib3d_Calib3d_recoverPose_10() local 3262 Mat& points2 = *((Mat*)points2_nativeObj); in Java_org_opencv_calib3d_Calib3d_recoverPose_11() local [all …]
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 946 cvFindFundamentalMat( const CvMat* points1, const CvMat* points2, in cvFindFundamentalMat()
|
/external/opencv3/modules/imgproc/test/ |
D | test_convhull.cpp | 207 CvMat* points2; member in CV_BaseShapeDescrTest
|
/external/opencv/cv/include/ |
D | cvcompat.h | 541 CV_INLINE void cvFindFundamentalMatrix( int* points1, int* points2, in cvFindFundamentalMatrix()
|