Skip to content

Commit 5a4f647

Browse files
authored
TrackerMOSSE classname fix
seems to have wrong classname
1 parent 24bff92 commit 5a4f647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typings/TrackerMOSSE.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Mat } from './Mat.d';
22
import { Rect } from './Rect.d';
33

4-
export class TrackerKCF {
4+
export class TrackerMOSSE {
55
constructor();
66
clear(): void;
77
init(frame: Mat, boundingBox: Rect): boolean;

0 commit comments

Comments
 (0)