←Select platform

LargeNoiseThreshold Property

Summary

Gets or sets the threshold for large noise.

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

Property Value

The threshold for the large noise. The default value is 0.

Remarks

IgnoreLargeNoise must be true for this property to be used.

Objects with any dimension greater than the specified value will be ignored. If ReportIgnored is true, ExObjResult.LargeNoise will be populated with these objects.

If IgnoreSmallNoise is true, this value must be larger than the SmallNoiseThreshold.

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.