Home | History | Annotate | Download | only in src

Lines Matching refs:end_idx

3073 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx )
3087 end_vtx = cvGetGraphVtx( graph, end_idx );
3176 int start_idx, int end_idx,
3192 end_vtx = cvGetGraphVtx( graph, end_idx );
3269 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx )
3282 end_vtx = cvGetGraphVtx( graph, end_idx );