| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_tracking.TrackerStateEstimatorAdaBoosting
\brief TrackerStateEstimatorAdaBoosting based on ADA-Boosting
|
static class |
opencv_tracking.TrackerStateEstimatorMILBoosting
\brief TrackerStateEstimator based on Boosting
|
static class |
opencv_tracking.TrackerStateEstimatorSVM
\brief TrackerStateEstimator based on SVM
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerStateEstimator |
opencv_tracking.TrackerStateEstimator.create(org.bytedeco.javacpp.BytePointer trackeStateEstimatorType)
\brief Create TrackerStateEstimator by tracker state estimator type
|
static opencv_tracking.TrackerStateEstimator |
opencv_tracking.TrackerStateEstimator.create(String trackeStateEstimatorType) |
opencv_tracking.TrackerStateEstimator |
opencv_tracking.TrackerModel.getTrackerStateEstimator()
\brief Get the TrackerStateEstimator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_tracking.TrackerModel.setTrackerStateEstimator(opencv_tracking.TrackerStateEstimator trackerStateEstimator)
\brief Set TrackerEstimator, return true if the tracker state estimator is added, false otherwise
|
Copyright © 2018. All rights reserved.