Home
last modified time | relevance | path

Searched defs:points2 (Results 1 – 17 of 17) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dtriangulate.cpp192 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
Dfive-point.cpp408 Mat points1, points2; in findEssentialMat() local
449 Mat points1, points2; in recoverPose() local
Dcompat_ptsetreg.cpp338 CV_IMPL int cvFindFundamentalMat( const CvMat* points1, const CvMat* points2, in cvFindFundamentalMat()
Dfundam.cpp349 Mat points1 = _points1.getMat(), points2 = _points2.getMat(); in findHomography() local
730 Mat points1 = _points1.getMat(), points2 = _points2.getMat(); in findFundamentalMat() local
Dcalibration.cpp3388 Mat points1 = _points1.getMat(), points2 = _points2.getMat(); in stereoRectifyUncalibrated() local
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dcv_util.py80 def SqDistances(points1, points2): argument
/external/opencv/cvaux/src/
Dcvcorrimages.cpp182 CvMat *points2, in icvFindCorrForGivenPoints()
759 void icvComputeProjectMatrixStatus(CvMat *objPoints4D,CvMat *points2,CvMat *status, CvMat *projMatr) in icvComputeProjectMatrixStatus()
849 CvMat *points2 = 0; in icvAddNewImageToPrevious____() local
Dcvtrifocal.cpp178 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()
Dcvlmeds.cpp48 icvLMedS( int *points1, int *points2, int numPoints, CvMatrix3 * fundamentalMatrix ) in icvLMedS()
1658 icvLMedS7( int *points1, int *points2, CvMatrix3 * matrix ) in icvLMedS7()
Dcvepilines.cpp2830 CvPoint3D64d* points2; in icvSelectBestRt() local
/external/opencv3/modules/features2d/misc/java/test/
DFeatures2dTest.java133 MatOfPoint2f points2 = new MatOfPoint2f(lp2.toArray(new Point[0])); in testPTOD() local
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1570 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()
1849const 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/
Dcalib3d+Calib3d.java760 …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 …]
Dcalib3d.cpp2837 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/
Dcvfundam.cpp946 cvFindFundamentalMat( const CvMat* points1, const CvMat* points2, in cvFindFundamentalMat()
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp207 CvMat* points2; member in CV_BaseShapeDescrTest
/external/opencv/cv/include/
Dcvcompat.h541 CV_INLINE void cvFindFundamentalMatrix( int* points1, int* points2, in cvFindFundamentalMatrix()