Package | Description |
---|---|
org.bytedeco.opencv.opencv_tracking |
Modifier and Type | Method and Description |
---|---|
ConfidenceMapVector |
TrackerModel.getConfidenceMaps()
\brief Get the list of the ConfidenceMap
|
ConfidenceMapVector |
ConfidenceMapVector.push_back(ConfidenceMap value) |
ConfidenceMapVector |
ConfidenceMapVector.put(ConfidenceMap... array) |
ConfidenceMapVector |
ConfidenceMapVector.put(ConfidenceMap value) |
ConfidenceMapVector |
ConfidenceMapVector.put(ConfidenceMapVector x) |
ConfidenceMapVector |
ConfidenceMapVector.put(long i,
ConfidenceMap value) |
Modifier and Type | Method and Description |
---|---|
TrackerTargetState |
TrackerStateEstimator.estimate(ConfidenceMapVector confidenceMaps)
\brief Estimate the most likely target state, return the estimated state
|
ConfidenceMapVector |
ConfidenceMapVector.put(ConfidenceMapVector x) |
void |
TrackerStateEstimator.update(ConfidenceMapVector confidenceMaps)
\brief Update the ConfidenceMap with the scores
|
Copyright © 2020. All rights reserved.