public abstract static class opencv_video.AbstractCvKalman extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AbstractCvKalman() |
AbstractCvKalman(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_video.CvKalman |
create(int dynam_params,
int measure_params,
int control_params)
Calls cvCreateKalman(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
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, zeropublic AbstractCvKalman()
public AbstractCvKalman(Pointer p)
public static opencv_video.CvKalman create(int dynam_params, int measure_params, int control_params)
public void release()
Copyright © 2014. All Rights Reserved.