Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_core |
Modifier and Type | Method and Description |
---|---|
static CvGraphScanner |
opencv_core.cvCreateGraphScanner(CvGraph graph,
CvGraphVtx vtx,
int mask)
Creates new graph scanner.
|
static CvGraphEdge |
opencv_core.cvFindGraphEdgeByPtr(CvGraph graph,
CvGraphVtx start_vtx,
CvGraphVtx end_vtx) |
static int |
opencv_core.cvGraphAddEdgeByPtr(CvGraph graph,
CvGraphVtx start_vtx,
CvGraphVtx end_vtx) |
static int |
opencv_core.cvGraphAddEdgeByPtr(CvGraph graph,
CvGraphVtx start_vtx,
CvGraphVtx end_vtx,
CvGraphEdge edge,
CvGraphEdge inserted_edge) |
static int |
opencv_core.cvGraphAddEdgeByPtr(CvGraph graph,
CvGraphVtx start_vtx,
CvGraphVtx end_vtx,
CvGraphEdge edge,
PointerPointer inserted_edge) |
static int |
opencv_core.cvGraphAddVtx(CvGraph graph,
CvGraphVtx vtx,
CvGraphVtx inserted_vtx) |
static int |
opencv_core.cvGraphAddVtx(CvGraph graph,
CvGraphVtx vtx,
PointerPointer inserted_vtx)
Adds new vertex to the graph
|
static CvGraphEdge |
opencv_core.cvGraphFindEdgeByPtr(CvGraph arg1,
CvGraphVtx arg2,
CvGraphVtx arg3) |
static void |
opencv_core.cvGraphRemoveEdgeByPtr(CvGraph graph,
CvGraphVtx start_vtx,
CvGraphVtx end_vtx) |
static int |
opencv_core.cvGraphRemoveVtxByPtr(CvGraph graph,
CvGraphVtx vtx) |
static int |
opencv_core.cvGraphVtxDegreeByPtr(CvGraph graph,
CvGraphVtx vtx) |
Modifier and Type | Class and Description |
---|---|
class |
CvGraphVtx2D |
Modifier and Type | Method and Description |
---|---|
CvGraphVtx |
CvGraphScanner.dst() |
CvGraphVtx |
CvGraphVtx.first(CvGraphEdge setter) |
CvGraphVtx |
CvGraphVtx.flags(int setter) |
CvGraphVtx |
CvGraphVtx.getPointer(long i) |
CvGraphVtx |
CvGraphVtx.position(long position) |
CvGraphVtx |
CvGraphScanner.vtx() |
CvGraphVtx |
CvGraphEdge.vtx(int i) |
Modifier and Type | Method and Description |
---|---|
static CvGraphScanner |
AbstractCvGraphScanner.create(CvGraph graph,
CvGraphVtx vtx,
int mask)
Calls cvCreateGraphScanner(), and registers a deallocator.
|
CvGraphScanner |
CvGraphScanner.dst(CvGraphVtx setter) |
CvGraphScanner |
CvGraphScanner.vtx(CvGraphVtx setter) |
CvGraphEdge |
CvGraphEdge.vtx(int i,
CvGraphVtx setter) |
Copyright © 2024. All rights reserved.