Package org.opencv.tracking
Class legacy_TrackerKCF
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.tracking.legacy_Tracker
- 
- org.opencv.tracking.legacy_TrackerKCF
 
 
 
- 
 public class legacy_TrackerKCF extends legacy_Tracker the KCF (Kernelized Correlation Filter) tracker KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing speed. This tracking method is an implementation of CITE: KCF_ECCV which is extended to KCF with color-names features (CITE: KCF_CN). The original paper of KCF is available at <http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf> 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>.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedlegacy_TrackerKCF(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static legacy_TrackerKCF__fromPtr__(long addr)static legacy_TrackerKCFcreate()Constructorprotected voidfinalize()- 
Methods inherited from class org.opencv.tracking.legacy_Trackerinit, update
 - 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static legacy_TrackerKCF __fromPtr__(long addr) 
 - 
createpublic static legacy_TrackerKCF create() Constructor- Returns:
- automatically generated
 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- legacy_Tracker
- Throws:
- java.lang.Throwable
 
 
- 
 
-