Home | History | Annotate | Download | only in src

Lines Matching refs:CvPoint2D32f

46 intersect( CvPoint2D32f pt, CvSize win_size, CvSize imgSize,
266 const CvPoint2D32f * featuresA,
267 CvPoint2D32f * featuresB,
449 CvPoint2D32f v;
453 CvPoint2D32f u;
507 CvPoint2D32f _v;
657 const CvPoint2D32f * featuresA,
658 CvPoint2D32f * featuresB,
811 CvPoint2D32f u;
1035 icvGetRTMatrix( const CvPoint2D32f* a, const CvPoint2D32f* b,
1147 CvPoint2D32f *pA = 0, *pB = 0;
1229 CV_CALL( pA = (CvPoint2D32f*)cvAlloc( count*sizeof(pA[0]) ));
1230 CV_CALL( pB = (CvPoint2D32f*)cvAlloc( count*sizeof(pB[0]) ));
1264 pA = (CvPoint2D32f*)A->data.ptr;
1265 pB = (CvPoint2D32f*)B->data.ptr;
1272 CV_CALL( pA = (CvPoint2D32f*)cvAlloc( count*sizeof(pA[0]) ));
1273 CV_CALL( pB = (CvPoint2D32f*)cvAlloc( count*sizeof(pB[0]) ));
1293 CvPoint2D32f a[3];
1294 CvPoint2D32f b[3];