Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit d5d94a8

Browse files
committed
Merge branch 'master' of github.com:justadudewhohacks/opencv4nodejs into tracking-kcf-detect-tresh
2 parents 9cda39d + 1652718 commit d5d94a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typings/MultiTracker.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export class MultiTracker {
88
addMEDIANFLOW(frame: Mat, boundingBox: Rect): boolean;
99
addMil(frame: Mat, boundingBox: Rect): boolean;
1010
addTLD(frame: Mat, boundingBox: Rect): boolean;
11-
update(frame: Mat): Rect;
11+
update(frame: Mat): Rect[];
1212
}

0 commit comments

Comments
 (0)