VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / get_NoiseRemovalWindowSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_NoiseRemovalWindowSize Method
    In This Topic
    Gets the window size for noise removal algorithm.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
    
    var value; // Type: number
    value = instance.get_NoiseRemovalWindowSize();
    
    
    function get_NoiseRemovalWindowSize() : number;
    

    Return Value

    Window size for noise removal algorithm. Valid value is any positive odd value. Default value is 11.
    Browser Compatibility
    56+
    45+
    11
    See Also