ClearImageNet Send comments on this topic.
CleanNoise(Int32) Method
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class > CleanNoise Method : CleanNoise(Int32) Method




size
Removes all objects whose vertical and horizontal size is less than size
Removes black noise

Syntax

Visual Basic (Declaration) 
Public Overloads Sub CleanNoise( _
   ByVal size As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim size As Integer
 
instance.CleanNoise(size)
C# 
public void CleanNoise( 
   int size
)
Managed Extensions for C++ 
public: void CleanNoise( 
   int size
) 
C++/CLI 
public:
void CleanNoise( 
   int size
) 

Parameters

size
Removes all objects whose vertical and horizontal size is less than size

Remarks

To remove white noise: Call method. Call CleanNoise. Call Invert again.

Licensing: Requires ClearImage Repair license

See Also

Generated from assembly ClearImageNet [5.7.1.0]