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 not recognized.

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:  
Required: No
Configuration Section: TaskName
Example:

In the following example, Media Server does not recognize an object if the longest side of its bounding box is less than 300 pixels in size:

MinSize=300 pixels

In the following example, Media Server does not recognize an object if the longest side of its bounding box is less than 10% of the smallest image dimension (width or height).

MinSize=10 percent

See Also:

MaxSize