static void |
opencv_core.cvClearGraph(opencv_core.CvGraph graph) |
static opencv_core.CvGraph |
opencv_core.cvCloneGraph(opencv_core.CvGraph graph,
opencv_core.CvMemStorage storage) |
static opencv_core.CvGraphScanner |
opencv_core.cvCreateGraphScanner(opencv_core.CvGraph graph) |
static opencv_core.CvGraphScanner |
opencv_core.cvCreateGraphScanner(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx vtx,
int mask) |
static opencv_core.CvGraphEdge |
opencv_core.cvFindGraphEdge(opencv_core.CvGraph graph,
int start_idx,
int end_idx) |
static opencv_core.CvGraphEdge |
opencv_core.cvFindGraphEdgeByPtr(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx start_vtx,
opencv_core.CvGraphVtx end_vtx) |
static int |
opencv_core.cvGraphAddEdge(opencv_core.CvGraph graph,
int start_idx,
int end_idx) |
static int |
opencv_core.cvGraphAddEdge(opencv_core.CvGraph graph,
int start_idx,
int end_idx,
opencv_core.CvGraphEdge edge,
opencv_core.CvGraphEdge inserted_edge) |
static int |
opencv_core.cvGraphAddEdge(opencv_core.CvGraph graph,
int start_idx,
int end_idx,
opencv_core.CvGraphEdge edge,
PointerPointer inserted_edge) |
static int |
opencv_core.cvGraphAddEdgeByPtr(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx start_vtx,
opencv_core.CvGraphVtx end_vtx) |
static int |
opencv_core.cvGraphAddEdgeByPtr(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx start_vtx,
opencv_core.CvGraphVtx end_vtx,
opencv_core.CvGraphEdge edge,
opencv_core.CvGraphEdge inserted_edge) |
static int |
opencv_core.cvGraphAddEdgeByPtr(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx start_vtx,
opencv_core.CvGraphVtx end_vtx,
opencv_core.CvGraphEdge edge,
PointerPointer inserted_edge) |
static int |
opencv_core.cvGraphAddVtx(opencv_core.CvGraph graph) |
static int |
opencv_core.cvGraphAddVtx(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx vtx,
opencv_core.CvGraphVtx inserted_vtx) |
static int |
opencv_core.cvGraphAddVtx(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx vtx,
PointerPointer inserted_vtx) |
static opencv_core.CvGraphEdge |
opencv_core.cvGraphFindEdge(opencv_core.CvGraph arg1,
int arg2,
int arg3) |
static opencv_core.CvGraphEdge |
opencv_core.cvGraphFindEdgeByPtr(opencv_core.CvGraph arg1,
opencv_core.CvGraphVtx arg2,
opencv_core.CvGraphVtx arg3) |
static void |
opencv_core.cvGraphRemoveEdge(opencv_core.CvGraph graph,
int start_idx,
int end_idx) |
static void |
opencv_core.cvGraphRemoveEdgeByPtr(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx start_vtx,
opencv_core.CvGraphVtx end_vtx) |
static int |
opencv_core.cvGraphRemoveVtx(opencv_core.CvGraph graph,
int index) |
static int |
opencv_core.cvGraphRemoveVtxByPtr(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx vtx) |
static int |
opencv_core.cvGraphVtxDegree(opencv_core.CvGraph graph,
int vtx_idx) |
static int |
opencv_core.cvGraphVtxDegreeByPtr(opencv_core.CvGraph graph,
opencv_core.CvGraphVtx vtx) |
static int |
opencv_legacy.cvReleaseLinearContorModelStorage(opencv_core.CvGraph Graph) |
static void |
opencv_legacy.cvStartScanGraph(opencv_core.CvGraph graph,
opencv_core.CvGraphScanner scanner) |
static void |
opencv_legacy.cvStartScanGraph(opencv_core.CvGraph graph,
opencv_core.CvGraphScanner scanner,
opencv_core.CvGraphVtx vtx,
int mask) |
opencv_core.CvGraphScanner |
opencv_core.CvGraphScanner.graph(opencv_core.CvGraph graph) |
opencv_legacy.CvCliqueFinder |
opencv_legacy.CvCliqueFinder.graph(opencv_core.CvGraph graph) |