Home | History | Annotate | Download | only in src

Lines Matching refs:points1

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