public static class opencv_stitching.GraphEdge extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.GraphEdge() |
opencv_stitching.GraphEdge(int from,
int to,
float weight) |
opencv_stitching.GraphEdge(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
from() |
opencv_stitching.GraphEdge |
from(int from) |
boolean |
greaterThan(opencv_stitching.GraphEdge other) |
boolean |
lessThan(opencv_stitching.GraphEdge other) |
int |
to() |
opencv_stitching.GraphEdge |
to(int to) |
float |
weight() |
opencv_stitching.GraphEdge |
weight(float weight) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_stitching.GraphEdge()
public opencv_stitching.GraphEdge(Pointer p)
public opencv_stitching.GraphEdge(int from,
int to,
float weight)
public boolean lessThan(opencv_stitching.GraphEdge other)
public boolean greaterThan(opencv_stitching.GraphEdge other)
public int from()
public opencv_stitching.GraphEdge from(int from)
public int to()
public opencv_stitching.GraphEdge to(int to)
public float weight()
public opencv_stitching.GraphEdge weight(float weight)
Copyright © 2014. All Rights Reserved.