Skip to content

Commit

Permalink
multiTracker.update outputs an array of Rect
Browse files Browse the repository at this point in the history
  • Loading branch information
piercus committed Apr 8, 2019
1 parent c00a7c7 commit 2bff536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typings/MultiTracker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export class MultiTracker {
addMEDIANFLOW(frame: Mat, boundingBox: Rect): boolean;
addMil(frame: Mat, boundingBox: Rect): boolean;
addTLD(frame: Mat, boundingBox: Rect): boolean;
update(frame: Mat): Rect;
update(frame: Mat): Rect[];
}

0 comments on commit 2bff536

Please sign in to comment.