Home | History | Annotate | Download | only in src

Lines Matching defs:pStatus

194     CvMat* pStatus = 0;
397 CV_CALL( pStatus = cvCreateMat(1,totalCorns,CV_32F) );
399 int num = cvFindFundamentalMat(tmpPoints1,tmpPoints2,&fundMatr,CV_FM_RANSAC,threshold,0.99,pStatus);
408 if( cvmGet(pStatus,0,curr) == 0 )
430 cvReleaseMat( &pStatus );