Package | Description |
---|---|
org.bytedeco.opencv.opencv_tracking |
Modifier and Type | Class and Description |
---|---|
static class |
TrackerStateEstimatorAdaBoosting.TrackerAdaBoostingTargetState
\brief Implementation of the target state for TrackerAdaBoostingTargetState
|
static class |
TrackerStateEstimatorMILBoosting.TrackerMILTargetState
Implementation of the target state for TrackerStateEstimatorMILBoosting
|
Modifier and Type | Method and Description |
---|---|
TrackerTargetState |
TrackerStateEstimator.estimate(ConfidenceMapVector confidenceMaps)
\brief Estimate the most likely target state, return the estimated state
|
TrackerTargetState |
ConfidenceMap.first(long i) |
TrackerTargetState[] |
Trajectory.get() |
TrackerTargetState |
Trajectory.Iterator.get() |
TrackerTargetState |
Trajectory.get(long i) |
TrackerTargetState |
TrackerModel.getLastTargetState()
\brief Get the last TrackerTargetState from Trajectory
|
TrackerTargetState |
Trajectory.pop_back() |
TrackerTargetState |
TrackerTargetState.position(long position) |
Modifier and Type | Method and Description |
---|---|
ConfidenceMap |
ConfidenceMap.first(long i,
TrackerTargetState first) |
Trajectory.Iterator |
Trajectory.insert(Trajectory.Iterator pos,
TrackerTargetState value) |
Trajectory |
Trajectory.push_back(TrackerTargetState value) |
Trajectory |
Trajectory.put(long i,
TrackerTargetState value) |
Trajectory |
Trajectory.put(TrackerTargetState... array) |
Trajectory |
Trajectory.put(TrackerTargetState value) |
ConfidenceMap |
ConfidenceMap.put(TrackerTargetState[] firstValue,
float[] secondValue) |
void |
TrackerModel.setLastTargetState(TrackerTargetState lastTargetState)
\brief Set the current TrackerTargetState in the Trajectory
|
Constructor and Description |
---|
ConfidenceMap(TrackerTargetState[] firstValue,
float[] secondValue) |
Trajectory(TrackerTargetState... array) |
Trajectory(TrackerTargetState value) |
Copyright © 2020. All rights reserved.