public static class opencv_contrib.DetectionBasedTracker.Parameters extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.DetectionBasedTracker.Parameters() |
opencv_contrib.DetectionBasedTracker.Parameters(int size) |
opencv_contrib.DetectionBasedTracker.Parameters(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
maxObjectSize() |
opencv_contrib.DetectionBasedTracker.Parameters |
maxObjectSize(int maxObjectSize) |
int |
maxTrackLifetime() |
opencv_contrib.DetectionBasedTracker.Parameters |
maxTrackLifetime(int maxTrackLifetime) |
int |
minDetectionPeriod() |
opencv_contrib.DetectionBasedTracker.Parameters |
minDetectionPeriod(int minDetectionPeriod) |
int |
minNeighbors() |
opencv_contrib.DetectionBasedTracker.Parameters |
minNeighbors(int minNeighbors) |
int |
minObjectSize() |
opencv_contrib.DetectionBasedTracker.Parameters |
minObjectSize(int minObjectSize) |
opencv_contrib.DetectionBasedTracker.Parameters |
position(int position) |
double |
scaleFactor() |
opencv_contrib.DetectionBasedTracker.Parameters |
scaleFactor(double scaleFactor) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_contrib.DetectionBasedTracker.Parameters(Pointer p)
public opencv_contrib.DetectionBasedTracker.Parameters(int size)
public opencv_contrib.DetectionBasedTracker.Parameters()
public opencv_contrib.DetectionBasedTracker.Parameters position(int position)
public int minObjectSize()
public opencv_contrib.DetectionBasedTracker.Parameters minObjectSize(int minObjectSize)
public int maxObjectSize()
public opencv_contrib.DetectionBasedTracker.Parameters maxObjectSize(int maxObjectSize)
public double scaleFactor()
public opencv_contrib.DetectionBasedTracker.Parameters scaleFactor(double scaleFactor)
public int maxTrackLifetime()
public opencv_contrib.DetectionBasedTracker.Parameters maxTrackLifetime(int maxTrackLifetime)
public int minNeighbors()
public opencv_contrib.DetectionBasedTracker.Parameters minNeighbors(int minNeighbors)
public int minDetectionPeriod()
public opencv_contrib.DetectionBasedTracker.Parameters minDetectionPeriod(int minDetectionPeriod)
Copyright © 2014. All Rights Reserved.