@NoOffset public static class opencv_objdetect.DetectionBasedTracker.Parameters extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.DetectionBasedTracker.Parameters() |
opencv_objdetect.DetectionBasedTracker.Parameters(long size)
Native array allocator.
|
opencv_objdetect.DetectionBasedTracker.Parameters(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
maxTrackLifetime() |
opencv_objdetect.DetectionBasedTracker.Parameters |
maxTrackLifetime(int maxTrackLifetime) |
int |
minDetectionPeriod() |
opencv_objdetect.DetectionBasedTracker.Parameters |
minDetectionPeriod(int minDetectionPeriod) |
opencv_objdetect.DetectionBasedTracker.Parameters |
position(long position) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_objdetect.DetectionBasedTracker.Parameters(Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.DetectionBasedTracker.Parameters(long size)
Pointer.position(long).public opencv_objdetect.DetectionBasedTracker.Parameters()
public opencv_objdetect.DetectionBasedTracker.Parameters position(long position)
public int maxTrackLifetime()
public opencv_objdetect.DetectionBasedTracker.Parameters maxTrackLifetime(int maxTrackLifetime)
public int minDetectionPeriod()
public opencv_objdetect.DetectionBasedTracker.Parameters minDetectionPeriod(int minDetectionPeriod)
Copyright © 2016. All rights reserved.