We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09420b2 + 5a4f647 commit 1249531Copy full SHA for 1249531
lib/typings/TrackerMOSSE.d.ts
@@ -1,7 +1,7 @@
1
import { Mat } from './Mat.d';
2
import { Rect } from './Rect.d';
3
4
-export class TrackerKCF {
+export class TrackerMOSSE {
5
constructor();
6
clear(): void;
7
init(frame: Mat, boundingBox: Rect): boolean;
0 commit comments