Searched defs:_CvPtInfo (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvapprox.cpp47 typedef struct _CvPtInfo struct
52 struct _CvPtInfo *next;
54 _CvPtInfo; typedef in typeref:struct:_CvPtInfo
71 _CvPtInfo temp;
72 _CvPtInfo *array, *first = 0, *current = 0, *prev_current = 0;
82 buffer_size = (chain->total + 8) * sizeof( _CvPtInfo );
110 array = (_CvPtInfo *) buffer;

Completed in 245 milliseconds