Home | History | Annotate | Download | only in src

Lines Matching refs:imgSize

1756 void cvCalibrationMatrixValues( const CvMat *calibMatr, CvSize imgSize,
1761 int imgWidth = imgSize.width, imgHeight = imgSize.height;
2403 const CvMat* F0, CvSize imgSize, CvMat* _H1, CvMat* _H2, double threshold )
2451 cx = cvRound( (imgSize.width-1)*0.5 );
2452 cy = cvRound( (imgSize.height-1)*0.5 );