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 |
|---|
opencv_contrib.Octree() |
opencv_contrib.Octree(int size) |
opencv_contrib.Octree(opencv_core.Point3f points) |
opencv_contrib.Octree(opencv_core.Point3f points,
int maxLevels,
int minPoints) |
opencv_contrib.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 opencv_contrib.Octree(Pointer p)
public opencv_contrib.Octree(int size)
public opencv_contrib.Octree()
public opencv_contrib.Octree(opencv_core.Point3f points, int maxLevels, int minPoints)
public opencv_contrib.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.