Searched defs:warpSize (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/include/
H A Dcvaux.h532 CvSize warpSize; member in struct:CvStereoCamera
693 CvSize* warpSize,
/external/opencv/cvaux/src/
H A Dcvepilines.cpp326 stereoCamera->warpSize.height,
1302 CvSize* warpSize,
1656 warpSize->width = (int)warpWidth;
1657 warpSize->height = (int)warpHeight;
1659 warpSize->width = cvRound(warpWidth-1);
1660 warpSize->height = cvRound(warpHeight-1);
1663 warpSize->width = imageSize.width;
1664 warpSize->height = imageSize.height;
1677 CvSize* warpSize,
1725 warpSize,
1294 icvGetQuadsTransform( CvSize imageSize, CvMatr64d camMatr1, CvMatr64d rotMatr1, CvVect64d transVect1, CvMatr64d camMatr2, CvMatr64d rotMatr2, CvVect64d transVect2, CvSize* warpSize, double quad1[4][2], double quad2[4][2], CvMatr64d fundMatr, CvPoint3D64d* epipole1, CvPoint3D64d* epipole2 ) argument
1672 icvGetQuadsTransformNew( CvSize imageSize, CvMatr32f camMatr1, CvMatr32f camMatr2, CvMatr32f rotMatr1, CvVect32f transVect1, CvSize* warpSize, double quad1[4][2], double quad2[4][2], CvMatr32f fundMatr, CvPoint3D32f* epipole1, CvPoint3D32f* epipole2 ) argument
[all...]

Completed in 41 milliseconds