Home | History | Annotate | Download | only in src

Lines Matching full:points2

48 icvLMedS( int *points1, int *points2, int numPoints, CvMatrix3 * fundamentalMatrix )
90 mr[i * 3] = points2[i * 2];
91 mr[i * 3 + 1] = points2[i * 2 + 1];
1658 icvLMedS7( int *points1, int *points2, CvMatrix3 * matrix )
1665 points2 = points2;
1667 /* error = cs_Point7( points1, points2, matrix ); */
1668 /* error = icvPoint7 ( points1, points2, matrix,&amount ); */