←Select platform

IgnoreSmallNoise Property

Summary

Indicates whether a small noise should be ignored during extraction.

Syntax
C#
VB
C++
public bool IgnoreSmallNoise {get; set;} 
Public Property IgnoreSmallNoise() As Boolean 
   Get 
   Set 
public:  
   property bool IgnoreSmallNoise 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to ignore small noise when extracting the objects; otherwise, false. The default value is false.

Remarks

The threshold for the small noise can be configured using 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.