Searched defs:points1 (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcorrimages.cpp176 /* For given points1 (with pntStatus) on image1 finds corresponding points2 on image2 and set pntStatus2 for them */
180 CvMat *points1,
207 points1 == 0 || points2 == 0 ||
229 if( !CV_IS_MAT(points1) || !CV_IS_MAT(points2) ||
243 numPoints = points1->cols;
247 CV_ERROR( CV_StsOutOfRange, "Number of points1 must be > 0" );
255 if( points1->rows != 2 || points2->rows != 2 )
325 cornerPoints1[curr].x = (float)cvmGet(points1,0,i);
326 cornerPoints1[curr].y = (float)cvmGet(points1,1,i);
382 cvmSet(tmpPoints1,0,currPoint,cvmGet(points1,
178 icvFindCorrForGivenPoints( IplImage *image1, IplImage *image2, CvMat *points1, CvMat *pntStatus1, CvMat *points2, CvMat *pntStatus2, int useFilter, double threshold) argument
[all...]
H A Dcvlmeds.cpp48 icvLMedS( int *points1, int *points2, int numPoints, CvMatrix3 * fundamentalMatrix ) argument
85 ml[i * 3] = points1[i * 2];
86 ml[i * 3 + 1] = points1[i * 2 + 1];
1658 icvLMedS7( int *points1, int *points2, CvMatrix3 * matrix ) argument
1664 points1 = points1;
1667 /* error = cs_Point7( points1, points2, matrix ); */
1668 /* error = icvPoint7 ( points1, points2, matrix,&amount ); */
H A Dcvtrifocal.cpp62 int icvComputeProjectMatrices6Points( CvMat* points1,CvMat* points2,CvMat* points3,
67 void GetGeneratorReduceFundSolution(CvMat* points1,CvMat* points2,CvMat* fundReduceCoef1,CvMat* fundReduceCoef2);
75 void icvComputeTransform4D(CvMat* points1,CvMat* points2,CvMat* transMatr);
77 int icvComputeProjectMatricesNPoints( CvMat* points1,CvMat* points2,CvMat* points3,
84 int icvComputeProjectMatricesNPoints( CvMat* points1,CvMat* points2,CvMat* points3,
178 int icvComputeProjectMatrices6Points( CvMat* points1,CvMat* points2,CvMat* points3, argument
190 if( points1 == 0 || points2 == 0 || points3 == 0 ||
196 if( !CV_IS_MAT(points1) || !CV_IS_MAT(points2) || !CV_IS_MAT(points3) ||
202 if( (points1->cols != points2->cols) || (points1
788 icvComputeProjectMatricesNPoints( CvMat* points1,CvMat* points2,CvMat* points3, CvMat* projMatr1,CvMat* projMatr2,CvMat* projMatr3, double threshold, double p, CvMat* status, CvMat* points4D) argument
1420 GetGeneratorReduceFundSolution(CvMat* points1,CvMat* points2,CvMat* fundReduceCoef1,CvMat* fundReduceCoef2) argument
1942 icvComputeTransform4D(CvMat* points1,CvMat* points2,CvMat* transMatr) argument
[all...]
/external/opencv/cv/src/
H A Dcvfundam.cpp946 cvFindFundamentalMat( const CvMat* points1, const CvMat* points2, argument
961 CV_ASSERT( CV_IS_MAT(points1) && CV_IS_MAT(points2) && CV_ARE_SIZES_EQ(points1, points2) );
965 count = MAX(points1->cols, points1->rows);
970 cvConvertPointsHomogeneous( points1, m1 );
/external/opencv/cv/include/
H A Dcvcompat.h386 CvMat points1 = cvMat( 1, num_points, CV_32SC2, points ); local
389 cvConvexHull2( &points1, &hull1, orientation, 0 );
541 CV_INLINE void cvFindFundamentalMatrix( int* points1, int* points2, argument
554 cvmSet(pointsMat1,0,i,points1[curr]);//x
555 cvmSet(pointsMat1,1,i,points1[curr+1]);//y
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 284 milliseconds