| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.DetectionBasedTracker.Parameters |
opencv_objdetect.DetectionBasedTracker.getParameters() |
opencv_objdetect.DetectionBasedTracker.Parameters |
opencv_objdetect.DetectionBasedTracker.Parameters.maxTrackLifetime(int maxTrackLifetime) |
opencv_objdetect.DetectionBasedTracker.Parameters |
opencv_objdetect.DetectionBasedTracker.Parameters.minDetectionPeriod(int minDetectionPeriod) |
opencv_objdetect.DetectionBasedTracker.Parameters |
opencv_objdetect.DetectionBasedTracker.Parameters.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_objdetect.DetectionBasedTracker.setParameters(opencv_objdetect.DetectionBasedTracker.Parameters params) |
| Constructor and Description |
|---|
DetectionBasedTracker(opencv_objdetect.DetectionBasedTracker.IDetector mainDetector,
opencv_objdetect.DetectionBasedTracker.IDetector trackingDetector,
opencv_objdetect.DetectionBasedTracker.Parameters params) |
Copyright © 2018. All rights reserved.