Searched refs:__H (Results 1 – 2 of 2) sorted by relevance
301 CV_IMPL int cvFindHomography( const CvMat* _src, const CvMat* _dst, CvMat* __H, int method, in cvFindHomography() argument322 const cv::Mat H = cv::cvarrToMat(__H), mask = cv::cvarrToMat(_mask); in cvFindHomography()329 cv::Mat Hz = cv::cvarrToMat(__H); in cvFindHomography()
577 CvMat* __H, int method, double ransacReprojThreshold, in cvFindHomography() argument636 cvConvert( &_H, __H ); in cvFindHomography()