public abstract static class opencv_calib3d.AbstractCvPOSITObject
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
AbstractCvPOSITObject(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_calib3d.CvPOSITObject |
create(opencv_core.CvPoint3D32f points,
int point_count)
Calls cvCreatePOSITObject(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
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 AbstractCvPOSITObject(org.bytedeco.javacpp.Pointer p)
public static opencv_calib3d.CvPOSITObject create(opencv_core.CvPoint3D32f points, int point_count)
public void release()
Copyright © 2018. All rights reserved.