@Namespace(value="cv::detail")
@NoOffset
public static class opencv_stitching.DisjointSets
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
DisjointSets() |
DisjointSets(int elem_count) |
DisjointSets(long size)
Native array allocator.
|
DisjointSets(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createOneElemSets(int elem_count) |
int |
findSetByElem(int elem) |
int |
mergeSets(int set1,
int set2) |
org.bytedeco.javacpp.IntPointer |
parent() |
opencv_stitching.DisjointSets |
parent(org.bytedeco.javacpp.IntPointer parent) |
opencv_stitching.DisjointSets |
position(long position) |
org.bytedeco.javacpp.IntPointer |
size() |
opencv_stitching.DisjointSets |
size(org.bytedeco.javacpp.IntPointer size) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DisjointSets(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public DisjointSets(long size)
Pointer.position(long).public DisjointSets(int elem_count)
public DisjointSets()
public opencv_stitching.DisjointSets position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void createOneElemSets(int elem_count)
public int findSetByElem(int elem)
public int mergeSets(int set1,
int set2)
@StdVector public org.bytedeco.javacpp.IntPointer parent()
public opencv_stitching.DisjointSets parent(org.bytedeco.javacpp.IntPointer parent)
@StdVector public org.bytedeco.javacpp.IntPointer size()
public opencv_stitching.DisjointSets size(org.bytedeco.javacpp.IntPointer size)
Copyright © 2018. All rights reserved.