Implementation of the target state for TrackerAdaBoostingTargetState.
More...
#include <opencv2/tracking/tracking_internals.hpp>
Implementation of the target state for TrackerAdaBoostingTargetState.
◆ TrackerAdaBoostingTargetState()
cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState::TrackerAdaBoostingTargetState |
( |
const Point2f & |
position, |
|
|
int |
width, |
|
|
int |
height, |
|
|
bool |
foreground, |
|
|
const Mat & |
responses |
|
) |
| |
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 |
responses | list of features |
◆ ~TrackerAdaBoostingTargetState()
cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState::~TrackerAdaBoostingTargetState |
( |
| ) |
|
|
inline |
◆ getTargetResponses()
Mat cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState::getTargetResponses |
( |
| ) |
const |
Get the features extracted.
◆ isTargetFg()
bool cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState::isTargetFg |
( |
| ) |
const |
Get the label. Return true for target foreground, false for background.
◆ setTargetFg()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState::setTargetFg |
( |
bool |
foreground | ) |
|
Set label: true for target foreground, false for background.
- Parameters
-
foreground | Label for background/foreground |
◆ setTargetResponses()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState::setTargetResponses |
( |
const Mat & |
responses | ) |
|
The documentation for this class was generated from the following file: