Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdatastructs.cpp3034 const CvGraphVtx* end_vtx ) in cvFindGraphEdgeByPtr() argument
3043 if( !graph || !start_vtx || !end_vtx ) in cvFindGraphEdgeByPtr()
3046 if( start_vtx == end_vtx ) in cvFindGraphEdgeByPtr()
3050 (start_vtx->flags & CV_SET_ELEM_IDX_MASK) > (end_vtx->flags & CV_SET_ELEM_IDX_MASK) ) in cvFindGraphEdgeByPtr()
3053 CV_SWAP( start_vtx, end_vtx, t ); in cvFindGraphEdgeByPtr()
3061 if( edge->vtx[1] == end_vtx ) in cvFindGraphEdgeByPtr()
3077 CvGraphVtx *end_vtx; in cvFindGraphEdge() local
3087 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge()
3089 edge = cvFindGraphEdgeByPtr( graph, start_vtx, end_vtx ); in cvFindGraphEdge()
3103 CvGraphVtx* start_vtx, CvGraphVtx* end_vtx, in cvGraphAddEdgeByPtr() argument
[all …]
/external/opencv/cxcore/include/
Dcxcore.h1180 CvGraphVtx* start_vtx, CvGraphVtx* end_vtx,
1187 CvGraphVtx* end_vtx );
1193 const CvGraphVtx* end_vtx );