Home | History | Annotate | Download | only in src

Lines Matching refs:_H

589     CvMat _H = cvMat( 3, 3, CV_64FC1, H );
620 result = estimator.runLMeDS( M, m, &_H, tempMask, confidence );
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence );
624 result = estimator.runKernel( M, m, &_H ) > 0;
631 estimator.refine( M, m, &_H, 10 );
636 cvConvert( &_H, __H );