Home | History | Annotate | Download | only in include

Lines Matching refs:CvPOSITObject

1343 typedef struct CvPOSITObject CvPOSITObject;
1345 /* Allocates and initializes CvPOSITObject structure before doing cvPOSIT */
1346 CVAPI(CvPOSITObject*) cvCreatePOSITObject( CvPoint3D32f* points, int point_count );
1351 CVAPI(void) cvPOSIT( CvPOSITObject* posit_object, CvPoint2D32f* image_points,
1355 /* Releases CvPOSITObject structure */
1356 CVAPI(void) cvReleasePOSITObject( CvPOSITObject** posit_object );