CvPOSITObject 61 modules/calib3d/include/opencv2/calib3d/calib3d_c.h typedef struct CvPOSITObject CvPOSITObject; CvPOSITObject 64 modules/calib3d/include/opencv2/calib3d/calib3d_c.h CVAPI(CvPOSITObject*) cvCreatePOSITObject( CvPoint3D32f* points, int point_count ); CvPOSITObject 69 modules/calib3d/include/opencv2/calib3d/calib3d_c.h CVAPI(void) cvPOSIT( CvPOSITObject* posit_object, CvPoint2D32f* image_points, CvPOSITObject 74 modules/calib3d/include/opencv2/calib3d/calib3d_c.h CVAPI(void) cvReleasePOSITObject( CvPOSITObject** posit_object ); CvPOSITObject 57 modules/calib3d/src/posit.cpp CvPOSITObject **ppObject ) CvPOSITObject 71 modules/calib3d/src/posit.cpp CvPOSITObject *pObject; CvPOSITObject 82 modules/calib3d/src/posit.cpp pObject = (CvPOSITObject *) cvAlloc( sizeof( CvPOSITObject ) + CvPOSITObject 90 modules/calib3d/src/posit.cpp pObject->inv_matr = (float *) ((char *) pObject + sizeof( CvPOSITObject )); CvPOSITObject 113 modules/calib3d/src/posit.cpp static CvStatus icvPOSIT( CvPOSITObject *pObject, CvPoint2D32f *imagePoints, CvPOSITObject 248 modules/calib3d/src/posit.cpp static CvStatus icvReleasePOSITObject( CvPOSITObject ** ppObject ) CvPOSITObject 335 modules/calib3d/src/posit.cpp CV_IMPL CvPOSITObject * CvPOSITObject 338 modules/calib3d/src/posit.cpp CvPOSITObject *pObject = 0; CvPOSITObject 345 modules/calib3d/src/posit.cpp cvPOSIT( CvPOSITObject * pObject, CvPoint2D32f * imagePoints, CvPOSITObject 354 modules/calib3d/src/posit.cpp cvReleasePOSITObject( CvPOSITObject ** ppObject ) CvPOSITObject 80 modules/calib3d/test/test_posit.cpp CvPOSITObject* object;