public static class opencv_contrib.Octree extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_contrib.Octree.Node |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Octree() |
Octree(int size) |
Octree(opencv_core.Point3f points) |
Octree(opencv_core.Point3f points,
int maxLevels,
int minPoints) |
Octree(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildTree(opencv_core.Point3f points) |
void |
buildTree(opencv_core.Point3f points,
int maxLevels,
int minPoints) |
opencv_contrib.Octree.Node |
getNodes() |
void |
getPointsWithinSphere(opencv_core.Point3f center,
float radius,
opencv_core.Point3f points) |
opencv_contrib.Octree |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic Octree(Pointer p)
public Octree(int size)
public Octree()
public Octree(opencv_core.Point3f points, int maxLevels, int minPoints)
public Octree(opencv_core.Point3f points)
public opencv_contrib.Octree position(int position)
public void buildTree(opencv_core.Point3f points, int maxLevels, int minPoints)
public void buildTree(opencv_core.Point3f points)
public void getPointsWithinSphere(opencv_core.Point3f center, float radius, opencv_core.Point3f points)
public opencv_contrib.Octree.Node getNodes()
Copyright © 2014. All Rights Reserved.