HomeSort by relevance Sort by last modified time
    Searched refs:CvPoint3D32f (Results 1 - 12 of 12) sorted by null

  /external/opencv/cvaux/src/
cv3dtracker.cpp 59 static void FillObjectPoints(CvPoint3D32f *obj_points, CvSize etalon_size, float square_size);
64 static CvPoint3D32f ImageCStoWorldCS(const Cv3dTrackerCameraInfo &camera_info, CvPoint2D32f p);
65 static bool intersection(CvPoint3D32f o1, CvPoint3D32f p1,
66 CvPoint3D32f o2, CvPoint3D32f p2,
67 CvPoint3D32f &r1, CvPoint3D32f &r2);
82 CvPoint3D32f *object_points = NULL; // real-world coordinates of checkerboard points
127 CV_CALL(object_points = (CvPoint3D32f *)cvAlloc(num_points * sizeof(CvPoint3D32f)))
    [all...]
cvfindhandregion.cpp 54 icvFindHandRegion( CvPoint3D32f * points, int count,
57 CvPoint3D32f * center,
269 icvFindHandRegionA( CvPoint3D32f * points, int count,
272 CvPoint3D32f * center,
592 cvFindHandRegion( CvPoint3D32f * points, int count,
595 CvPoint3D32f * center, CvMemStorage * storage, CvSeq ** numbers )
632 cvFindHandRegionA( CvPoint3D32f * points, int count,
635 CvPoint3D32f * center, CvMemStorage * storage, CvSeq ** numbers )
cvcalibfilter.cpp 264 CvPoint3D32f* buffer =
265 (CvPoint3D32f*)cvAlloc( n * etalonPointCount * sizeof(buffer[0]));
278 buffer[i * etalonPointCount + j] = cvPoint3D32f( etalonPoints[j].x,
cvepilines.cpp 65 CvPoint3D32f* epipole1,
66 CvPoint3D32f* epipole2);
    [all...]
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 51 cvCalcImageHomography( float* line, CvPoint3D32f* _center,
cvlinefit.cpp 102 icvFitLine3D_wods( CvPoint3D32f * points, int count, float *weights, float *line )
242 icvCalcDist3D( CvPoint3D32f * points, int count, float *_line, float *dist )
488 icvFitLine3D( CvPoint3D32f * points, int count, int dist,
718 IPPI_CALL( icvFitLine3D( (CvPoint3D32f*)points, ptseq->total,
cvposit.cpp 54 static CvStatus icvCreatePOSITObject( CvPoint3D32f *points,
335 cvCreatePOSITObject( CvPoint3D32f * points, int numPoints )
cvcalibration.cpp     [all...]
  /external/opencv/cvaux/include/
cvaux.h 236 CVAPI(void) cvFindHandRegion (CvPoint3D32f* points, int count,
239 CvPoint3D32f* center,
243 CVAPI(void) cvFindHandRegionA( CvPoint3D32f* points, int count,
246 CvPoint3D32f* center,
527 CvPoint3D32f epipole[2];
592 CvPoint3D32f* objectPoints,
735 CvPoint3D32f* objectPoints,
    [all...]
  /external/opencv/cv/include/
cvcompat.h 432 CV_INLINE void cvFitLine3D( CvPoint3D32f* points, int count, int dist,
460 CV_INLINE void cvProject3D( CvPoint3D32f* points3D, int count,
585 CvSize image_size, CvPoint2D32f* _image_points, CvPoint3D32f* _object_points,
639 CvPoint3D32f* _object_points, float* focal_length,
    [all...]
cv.h     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 963 typedef struct CvPoint3D32f
969 CvPoint3D32f;
972 CV_INLINE CvPoint3D32f cvPoint3D32f( double x, double y, double z )
974 CvPoint3D32f p;
    [all...]

Completed in 68 milliseconds