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

/external/opencv/cv/src/
H A D_cvgeom.h68 struct _CvTrianAttr* prev_v; /* pointer to the parent element on the previous level of the tree */ \
69 struct _CvTrianAttr* next_v1; /* pointer to the child element on the next level of the tree */ \
70 struct _CvTrianAttr* next_v2; /* pointer to the child element on the next level of the tree */
72 typedef struct _CvTrianAttr struct
81 _CvTrianAttr; typedef in typeref:struct:_CvTrianAttr

Completed in 145 milliseconds