KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing speed. This tracking method is an implementation of [73] which is extended to KFC with color-names features ([34]). The original paper of KCF is available at http://home.isr.uc.pt/~henriques/circulant/index.html as well as the matlab implementation. For more information about KCF with color-names features, please refer to http://www.cvl.isy.liu.se/research/objrec/visualtracking/colvistrack/index.html.
More...
#include "tracker.hpp"
|
enum | MODE {
GRAY = (1 << 0),
CN = (1 << 1),
CUSTOM = (1 << 2)
} |
| Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes available now: More...
|
|
KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing speed. This tracking method is an implementation of [73] which is extended to KFC with color-names features ([34]). The original paper of KCF is available at http://home.isr.uc.pt/~henriques/circulant/index.html as well as the matlab implementation. For more information about KCF with color-names features, please refer to http://www.cvl.isy.liu.se/research/objrec/visualtracking/colvistrack/index.html.
§ MODE
Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes available now:
- "GRAY" – Use grayscale values as the feature
- "CN" – Color-names feature
§ ~TrackerKCF()
virtual cv::TrackerKCF::~TrackerKCF |
( |
| ) |
|
|
inlinevirtual |
§ create() [1/2]
§ create() [2/2]
§ setFeatureExtractor()
virtual void cv::TrackerKCF::setFeatureExtractor |
( |
void(*)(const Mat, const Rect, Mat &) |
, |
|
|
bool |
pca_func = false |
|
) |
| |
|
pure virtual |
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