Home
last modified time | relevance | path

Searched refs:_CvPtInfo (Results 1 – 1 of 1) sorted by relevance

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