←Select platform

IgnoreLargeNoise Property

Summary

Indicates whether a large noise should be ignored during extraction.

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

Property Value

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

Remarks

The threshold for the large noise can be configured using LargeNoiseThreshold.

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.