ClearImage 8 Help
CleanNoise(Int32) Method
See Also  Send Feedback
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
)
Delphi 
public procedure CleanNoise( 
    size: Integer
); 
JScript 
public function CleanNoise( 
   size : int
);
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 Invert method. Call CleanNoise. Call Invert again.

Licensing: Requires ClearImage Repair license

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.