The CleanSize Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Value that indicates the cleaner size used to remove the noise inside the segmented image.Visual Basic (Declaration) | |
---|---|
Public Property CleanSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MrcSegmentImageOptions Dim value As Integer instance.CleanSize = value value = instance.CleanSize |
C# | |
---|---|
public int CleanSize {get; set;} |
Property Value
Possible values range from 0 to 10, where 0 means to skip the cleaning stage.Refer to MrcSegmenter example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7