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