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

/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp252 CvSubdiv2DEdge * _edge, CvSubdiv2DPoint ** _point )
386 if( _edge )
387 *_edge = edge;
251 cvSubdiv2DLocate( CvSubdiv2D * subdiv, CvPoint2D32f pt, CvSubdiv2DEdge * _edge, CvSubdiv2DPoint ** _point ) argument
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3104 const CvGraphEdge* _edge,
3147 if( _edge )
3150 CV_MEMCPY_INT( edge + 1, _edge + 1, delta );
3151 edge->weight = _edge->weight;
3177 const CvGraphEdge* _edge,
3194 result = cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge );
3102 cvGraphAddEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx, const CvGraphEdge* _edge, CvGraphEdge ** _inserted_edge ) argument
3175 cvGraphAddEdge( CvGraph* graph, int start_idx, int end_idx, const CvGraphEdge* _edge, CvGraphEdge ** _inserted_edge ) argument

Completed in 140 milliseconds