public abstract static class opencv_legacy.AbstractCvBGStatModel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AbstractCvBGStatModel() |
AbstractCvBGStatModel(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_legacy.CvBGStatModel |
create(opencv_core.IplImage first_frame,
opencv_legacy.CvFGDStatModelParams parameters)
Calls cvCreateFGDStatModel(), and registers a deallocator.
|
static opencv_legacy.CvBGStatModel |
create(opencv_core.IplImage first_frame,
opencv_legacy.CvGaussBGStatModelParams parameters)
Calls cvCreateGaussianBGModel(), and registers a deallocator.
|
void |
release2()
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 AbstractCvBGStatModel()
public AbstractCvBGStatModel(Pointer p)
public static opencv_legacy.CvBGStatModel create(opencv_core.IplImage first_frame, opencv_legacy.CvFGDStatModelParams parameters)
public static opencv_legacy.CvBGStatModel create(opencv_core.IplImage first_frame, opencv_legacy.CvGaussBGStatModelParams parameters)
public void release2()
Copyright © 2014. All Rights Reserved.