←Select platform

SmallObjectThreshold Property

Summary

Threshold for small objects.

Syntax
C#
VB
C++
public int SmallObjectThreshold {get; set;} 
Public Property SmallObjectThreshold() As Integer 
   Get 
   Set 
public:  
   property Int32 SmallObjectThreshold 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The threshold for small objects. The default value is 0.

Remarks

Objects with a maximum dimension smaller than the specified value will be filtered. Use -1 to disable small object filtering.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.