public static class opencv_stitching.DisjointSets extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_stitching.DisjointSets() |
opencv_stitching.DisjointSets(int elem_count) |
opencv_stitching.DisjointSets(Pointer p) |
Modifier and Type | Method and Description |
---|---|
void |
createOneElemSets(int elem_count) |
int |
findSetByElem(int elem) |
int |
mergeSets(int set1,
int set2) |
IntPointer |
parent() |
opencv_stitching.DisjointSets |
parent(IntPointer parent) |
IntPointer |
size() |
opencv_stitching.DisjointSets |
size(IntPointer size) |
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, zero
public opencv_stitching.DisjointSets(Pointer p)
public opencv_stitching.DisjointSets(int elem_count)
public opencv_stitching.DisjointSets()
public void createOneElemSets(int elem_count)
public int findSetByElem(int elem)
public int mergeSets(int set1, int set2)
public IntPointer parent()
public opencv_stitching.DisjointSets parent(IntPointer parent)
public IntPointer size()
public opencv_stitching.DisjointSets size(IntPointer size)
Copyright © 2014. All Rights Reserved.