#include "tracker.hpp"
Implementation of the target state for TrackerStateEstimatorMILBoosting
§ TrackerMILTargetState()
cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState::TrackerMILTargetState |
( |
const Point2f & |
position, |
|
|
int |
width, |
|
|
int |
height, |
|
|
bool |
foreground, |
|
|
const Mat & |
features |
|
) |
| |
Constructor.
- Parameters
-
position | Top left corner of the bounding box |
width | Width of the bounding box |
height | Height of the bounding box |
foreground | label for target or background |
features | features extracted |
§ ~TrackerMILTargetState()
cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState::~TrackerMILTargetState |
( |
| ) |
|
|
inline |
§ getFeatures()
Mat cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState::getFeatures |
( |
| ) |
const |
Get the features extracted.
§ isTargetFg()
bool cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState::isTargetFg |
( |
| ) |
const |
Get the label. Return true for target foreground, false for background.
§ setFeatures()
void cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState::setFeatures |
( |
const Mat & |
features | ) |
|
Set the features extracted from TrackerFeatureSet.
- Parameters
-
features | The features extracted |
§ setTargetFg()
void cv::TrackerStateEstimatorMILBoosting::TrackerMILTargetState::setTargetFg |
( |
bool |
foreground | ) |
|
Set label: true for target foreground, false for background.
- Parameters
-
foreground | Label for background/foreground |
The documentation for this class was generated from the following file:
- /build/master-contrib_docs-lin64/opencv_contrib/modules/tracking/include/opencv2/tracking/tracker.hpp