Skip to content

Commit 1249531

Browse files
authored
Merge pull request #742 from gherkins/patch-1
TrackerMOSSE classname fix
2 parents 09420b2 + 5a4f647 commit 1249531

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)