←Select platform

SmallNoiseThreshold Property

Summary

Gets or sets the threshold for small noise.

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

Property Value

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

Remarks

IgnoreSmallNoise must be true for this property to be used.

Objects with a maximum dimension less than the specified value will be ignored. If ReportIgnored is true, ExObjResult.SmallNoise will be populated with these objects.

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.