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.
1 parent 24bff92 commit 5a4f647Copy full SHA for 5a4f647
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