public abstract static class opencv_legacy.AbstractCvFaceTracker extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AbstractCvFaceTracker() |
AbstractCvFaceTracker(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_legacy.CvFaceTracker |
create(opencv_legacy.CvFaceTracker pFaceTracking,
opencv_core.IplImage imgGray,
opencv_core.CvRect pRects,
int nRects)
Calls cvInitFaceTracker(), 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 AbstractCvFaceTracker()
public AbstractCvFaceTracker(Pointer p)
public static opencv_legacy.CvFaceTracker create(opencv_legacy.CvFaceTracker pFaceTracking, opencv_core.IplImage imgGray, opencv_core.CvRect pRects, int nRects)
public void release()
Copyright © 2014. All Rights Reserved.