Skip to content

Commit 6b480e8

Browse files
Defaults found color rectangles max dimension to Infinity
1 parent d855e1c commit 6b480e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/trackers/ColorTracker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979

8080
/**
8181
* Holds the maximum dimension to classify a rectangle.
82-
* @default 100
82+
* @default Infinity
8383
* @type {number}
8484
*/
85-
tracking.ColorTracker.prototype.maxDimension = 100;
85+
tracking.ColorTracker.prototype.maxDimension = Infinity;
8686

8787

8888
/**

0 commit comments

Comments
 (0)