Class cv::legacy::TrackerMOSSE#
the [38] (Minimum Output Sum of Squared Error) tracker View details
#include <opencv2/tracking/tracking_legacy.hpp>Collaboration diagram for cv::legacy::TrackerMOSSE:
Public Member Functions#
Public Member Functions inherited from cv::legacy::Tracker
Return |
Name |
Description |
|---|---|---|
|
Initialize the tracker with a known bounding box that surrounded the target. |
|
|
Reads algorithm parameters from a file storage. |
|
|
Update the tracker, find the new most likely bounding box for the target. |
|
|
Stores algorithm parameters in a file storage. |
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::legacy::Tracker
Return |
Name |
Description |
|---|---|---|
|
||
|
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Protected Attributes inherited from cv::legacy::Tracker
Detailed Description#
the MOSSE (Minimum Output Sum of Squared Error) tracker
The implementation is based on MOSSE Visual Object Tracking using Adaptive Correlation Filters
Note
this tracker works with grayscale images, if passed bgr ones, they will get converted internally.
Constructor & Destructor Documentation#
~TrackerMOSSE()#
cv::legacy::TrackerMOSSE::~TrackerMOSSE()
Member Function Documentation#
create()#
static Ptr< legacy::TrackerMOSSE > cv::legacy::TrackerMOSSE::create()
Python:
cv.legacy.TrackerMOSSE.create() -> retval
cv.legacy.TrackerMOSSE_create() -> retval
Constructor.
Source file#
The documentation for this class was generated from the following file:
opencv2/tracking/tracking_legacy.hpp