Lines Matching defs:imgSize

153                   CvSize imgSize,
159 error = icvGetCoefficient( matrix, imgSize, scanlines_2, scanlines_1, numlines );
261 CvSize imgSize, int *scanlines_1, int *scanlines_2, int *numlines )
278 imgSize, scanlines_1, scanlines_2, numlines );
309 imgSize,
320 imgSize, scanlines_1, scanlines_2, numlines );
327 error = icvGetCoefficientDefault( matrix, imgSize, scanlines_1, scanlines_2, numlines );
336 CvSize imgSize, int *scanlines_1, int *scanlines_2, int *numlines )
341 *numlines = imgSize.height;
347 for( y = 0; y < imgSize.height; y++ )
351 scanlines_1[curr + 2] = imgSize.width - 1;
356 scanlines_2[curr + 2] = imgSize.width - 1;
370 CvSize imgSize, int *scanlines_1, int *scanlines_2, int *numlines )
384 error = icvGetStartEnd1( F, imgSize, l_start_end, r_start_end );
390 error = icvGetStartEnd2( F, imgSize, l_start_end, r_start_end );
399 error = icvGetStartEnd3( F, imgSize, l_start_end, r_start_end );
403 error = icvGetStartEnd4( F, imgSize, l_start_end, r_start_end );
416 imgSize,
424 imgSize,
435 icvGetStartEnd1( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end )
446 width = imgSize.width - 1;
447 height = imgSize.height - 1;
604 icvGetStartEnd2( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end )
617 width = imgSize.width - 1;
618 height = imgSize.height - 1;
777 icvGetStartEnd3( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end )
789 width = imgSize.width - 1;
790 height = imgSize.height - 1;
952 icvGetStartEnd4( CvMatrix3 * matrix, CvSize imgSize, float *l_start_end, float *r_start_end )
963 width = imgSize.width - 1;
964 height = imgSize.height - 1;
1123 CvSize imgSize,
1177 error = icvGetCrossEpilineFrame( imgSize, epiline,
1192 error = icvGetCrossEpilineFrame( imgSize, epiline,
1209 CvSize imgSize,
1262 error = icvGetCrossEpilineFrame( imgSize, epiline,
1276 error = icvGetCrossEpilineFrame( imgSize, epiline,
1296 icvBuildScanline( CvSize imgSize, float *epiline, float *kx, float *cx, float *ky, float *cy )
1306 width = (float) imgSize.width - 1;
1307 height = (float) imgSize.height - 1;
1391 CvSize imgSize,
1415 width = (float) imgSize.width - 1;
1416 height = (float) imgSize.height - 1;
1495 error = icvBuildScanlineLeftStereo( imgSize,
1510 error = icvBuildScanlineRightStereo( imgSize,
1531 error = icvBuildScanlineRightStereo( imgSize,
1557 error = icvBuildScanlineLeftStereo( imgSize,
1582 error = icvBuildScanline( imgSize, l_epiline, 0, &x, 0, &y );
1612 error = icvBuildScanline( imgSize, r_epiline, 0, &x, 0, &y );
1631 error = icvBuildScanline( imgSize, l_epiline, 0, &x, 0, &y );
1661 error = icvBuildScanline( imgSize, r_epiline, 0, &x, 0, &y );
1708 error = icvBuildScanlineLeftStereo( imgSize,
1715 error = icvBuildScanlineRightStereo( imgSize,
1728 icvBuildScanlineLeftStereo( CvSize imgSize,
1782 error = icvGetCrossEpilineFrame( imgSize, r_epiline,
1800 error = icvGetCrossEpilineFrame( imgSize, l_epiline,
1815 icvBuildScanlineRightStereo( CvSize imgSize,
1869 error = icvGetCrossEpilineFrame( imgSize, l_epiline,
1888 error = icvGetCrossEpilineFrame( imgSize, r_epiline,
1904 icvGetCrossEpilineFrame( CvSize imgSize, float *epiline, int *x1, int *y1, int *x2, int *y2 )
1915 width = (float) imgSize.width - 1;
1916 height = (float) imgSize.height - 1;
1999 cvMakeScanlines( const CvMatrix3* matrix, CvSize imgSize,
2007 IPPI_CALL( icvMakeScanlines( (CvMatrix3*)matrix, imgSize, scanlines_1,