TrackerMOSSE
the MOSSE (Minimum Output Sum of Squared %Error) tracker
The implementation is based on CITE: MOSSE Visual Object Tracking using Adaptive Correlation Filters
Note
this tracker works with grayscale images, if passed bgr ones, they will get converted internally.Member of Tracking
-
Constructor
Declaration
Objective-C
+ (nonnull TrackerMOSSE *)create;
Swift
class func create() -> TrackerMOSSE