@Namespace(value="cv::detail")
@NoOffset
public static class opencv_stitching.GraphEdge
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
GraphEdge(int from,
int to,
float weight) |
GraphEdge(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| 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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic GraphEdge(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public GraphEdge(int from,
int to,
float weight)
@Cast(value="bool")
@Name(value="operator <")
public boolean lessThan(@Const @ByRef
opencv_stitching.GraphEdge other)
@Cast(value="bool")
@Name(value="operator >")
public boolean greaterThan(@Const @ByRef
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 © 2018. All rights reserved.