Home | History | Annotate | Download | only in src

Lines Matching refs:CvMat

121 bool CvLevMarq::update( const CvMat*& _param, CvMat*& matJ, CvMat*& _err )
194 bool CvLevMarq::updateAlt( const CvMat*& _param, CvMat*& _JtJ, CvMat*& _JtErr, double*& _errNorm )
301 CV_IMPL int cvFindHomography( const CvMat* _src, const CvMat* _dst, CvMat* __H, int method,
302 double ransacReprojThreshold, CvMat* _mask, int maxIters,
338 CV_IMPL int cvFindFundamentalMat( const CvMat* points1, const CvMat* points2,
339 CvMat* fmatrix, int method,
340 double param1, double param2, CvMat* _mask )
367 CV_IMPL void cvComputeCorrespondEpilines( const CvMat* points, int pointImageID,
368 const CvMat* fmatrix, CvMat* _lines )
402 CV_IMPL void cvConvertPointsHomogeneous( const CvMat* _src, CvMat* _dst )