@NoOffset
public static class opencv_objdetect.DetectionBasedTracker.Parameters
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Parameters() |
Parameters(long size)
Native array allocator.
|
Parameters(org.bytedeco.javacpp.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, 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 Parameters(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Parameters(long size)
Pointer.position(long).public Parameters()
public opencv_objdetect.DetectionBasedTracker.Parameters position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int maxTrackLifetime()
public opencv_objdetect.DetectionBasedTracker.Parameters maxTrackLifetime(int maxTrackLifetime)
public int minDetectionPeriod()
public opencv_objdetect.DetectionBasedTracker.Parameters minDetectionPeriod(int minDetectionPeriod)
Copyright © 2018. All rights reserved.