MinSize

The minimum expected size of an object.

The longest side of the bounding box around an object must exceed this size, otherwise 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: 3%
Required: No
Configuration Section: TaskName
Example:

To ignore an object if the longest side of its bounding box is less than 70 pixels:

MinSize=70 pixels

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

MinSize=5%

See Also:

MaxSize