@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.Graph extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Graph() |
Graph(int num_vertices) |
Graph(long size)
Native array allocator.
|
Graph(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(int from,
int to,
float weight) |
void |
create(int num_vertices) |
int |
numVertices() |
opencv_stitching.Graph |
position(long position) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic Graph(Pointer p)
Pointer.Pointer(Pointer).public Graph(long size)
Pointer.position(long).public Graph(int num_vertices)
public Graph()
public opencv_stitching.Graph position(long position)
public void create(int num_vertices)
public int numVertices()
public void addEdge(int from,
int to,
float weight)
Copyright © 2017. All rights reserved.