public abstract static class opencv_calib3d.AbstractCvStereoBMState
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
AbstractCvStereoBMState(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_calib3d.CvStereoBMState |
create(int preset,
int numberOfDisparities)
Calls cvCreateStereoBMState(), and registers a deallocator.
|
opencv_calib3d.CvStereoBMState |
position(long position) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AbstractCvStereoBMState(org.bytedeco.javacpp.Pointer p)
public opencv_calib3d.CvStereoBMState position(long position)
position in class org.bytedeco.javacpp.Pointerpublic static opencv_calib3d.CvStereoBMState create(int preset, int numberOfDisparities)
public void release()
Copyright © 2018. All rights reserved.