Home | History | Annotate | Download | only in src

Lines Matching refs:imagePoints

576 cvFindHomography( const CvMat* objectPoints, const CvMat* imagePoints,
592 CV_ASSERT( CV_IS_MAT(imagePoints) && CV_IS_MAT(objectPoints) );
594 count = MAX(imagePoints->cols, imagePoints->rows);
598 cvConvertPointsHomogeneous( imagePoints, m );