MaxSize

The maximum expected size of an object.

If the longest side of the bounding box around an object exceeds this size, the object is ignored.

Specify a value followed by the units that you want to use:

  • percent or % - Percentage of the smallest image or video dimension (width or height).
  • pixels or px - Number of pixels.
Type: Integer
Default: No limit
Required: No
Configuration Section: TaskName
Example:

To ignore an object if the longest side of its bounding box exceeds 400 pixels:

MaxSize=400 pixels

To ignore an object if the longest side of its bounding box is more than 30% of the smallest image dimension (width or height):

MaxSize=30%

See Also:

MinSize