Home | History | Annotate | Download | only in src

Lines Matching refs:imageSize

667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2)
678 pb.x = imageSize.width-1;
681 pd.x = imageSize.width-1;
682 pd.y = imageSize.height-1;
685 pc.y = imageSize.height-1;
697 else if( startPoint.y > imageSize.height-1 )
708 else if ( startPoint.x > imageSize.width-1 )
715 else if ( startPoint.y > imageSize.height-1 )
730 if( startPoint.x < imageSize.width/2 )
741 else if( startPoint.y > imageSize.height-1 )
743 if( startPoint.x < imageSize.width/2 )
794 void icvGetCommonArea( CvSize imageSize,
840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12);
848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22);
872 icvGetCrossRectDirect( imageSize,
945 icvGetCrossRectDirect( imageSize,
1174 void icvGetCrossRectDirect( CvSize imageSize,
1191 frameEnd.x = imageSize.width;
1196 frameBeg.x = imageSize.width;
1198 frameEnd.x = imageSize.width;
1199 frameEnd.y = imageSize.height;
1202 frameBeg.x = imageSize.width;
1203 frameBeg.y = imageSize.height;
1205 frameEnd.y = imageSize.height;
1209 frameBeg.y = imageSize.height;
1295 CvSize imageSize,
1375 icvGetCommonArea( imageSize,
1400 imageSize,
1433 imageSize,
1663 warpSize->width = imageSize.width;
1664 warpSize->height = imageSize.height;
1672 void icvGetQuadsTransformNew( CvSize imageSize,
1718 icvGetQuadsTransform( imageSize,
1828 CvSize imageSize,
1856 icvGetCrossRectDirect( imageSize,
1864 icvGetCrossRectDirect( imageSize,
1889 cornerPoint.x = imageSize.width;
1898 cornerPoint.x = imageSize.width;
1899 cornerPoint.y = imageSize.height;
1908 cornerPoint.y = imageSize.height;
1917 icvGetCrossRectDirect( imageSize,
1927 icvGetCrossRectDirect( imageSize,
1986 if( epipole.x > imageSize.width * 0.5 )
2181 void FindLineForEpiline( CvSize imageSize,
2201 frameEnd.x = (float)(imageSize.width);
2205 frameBeg.x = (float)(imageSize.width);
2207 frameEnd.x = (float)(imageSize.width);
2208 frameEnd.y = (float)(imageSize.height);
2211 frameBeg.x = (float)(imageSize.width);
2212 frameBeg.y = (float)(imageSize.height);
2214 frameEnd.y = (float)(imageSize.height);
2218 frameBeg.y = (float)(imageSize.height);
2230 double midPointX = imageSize.width / 2.0;
2231 double midPointY = imageSize.height / 2.0;
2274 int GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2)
2276 float width = (float)(imageSize.width);
2277 float height = (float)(imageSize.height);
3165 CvSize imageSize,
3189 imageSize,
3201 imageSize,
3212 stereoparams->camera[0]->imgSize[0] = (float)imageSize.width;
3213 stereoparams->camera[0]->imgSize[1] = (float)imageSize.height;
3215 stereoparams->camera[1]->imgSize[0] = (float)imageSize.width;
3216 stereoparams->camera[1]->imgSize[1] = (float)imageSize.height;
3247 void FindLine(CvPoint2D32f epipole,CvSize imageSize,CvPoint2D32f point,CvPoint2D32f *start,CvPoint2D32f *end)
3262 frameEnd.x = (float)(imageSize.width);
3266 frameBeg.x = (float)(imageSize.width);
3268 frameEnd.x = (float)(imageSize.width);
3269 frameEnd.y = (float)(imageSize.height);
3272 frameBeg.x = (float)(imageSize.width);
3273 frameBeg.y = (float)(imageSize.height);
3275 frameEnd.y = (float)(imageSize.height);
3279 frameBeg.y = (float)(imageSize.height);
3330 void FindLineForEpiline(CvSize imageSize,float a,float b,float c,CvPoint2D32f *start,CvPoint2D32f *end)
3345 frameEnd.x = (float)(imageSize.width);
3349 frameBeg.x = (float)(imageSize.width);
3351 frameEnd.x = (float)(imageSize.width);
3352 frameEnd.y = (float)(imageSize.height);
3355 frameBeg.x = (float)(imageSize.width);
3356 frameBeg.y = (float)(imageSize.height);
3358 frameEnd.y = (float)(imageSize.height);
3362 frameBeg.y = (float)(imageSize.height);
3374 double midPointX = imageSize.width / 2.0;
3375 double midPointY = imageSize.height / 2.0;