VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / set_NoiseRemovalWindowSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_NoiseRemovalWindowSize Method
    In This Topic
    Sets the window size for noise removal algorithm.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_NoiseRemovalWindowSize(value);
    
    
    function set_NoiseRemovalWindowSize(
    value
    Window size for noise removal algorithm. Valid value is any positive odd value. Default value is 11.
    : number
    ) : any;

    Parameters

    value
    Window size for noise removal algorithm. Valid value is any positive odd value. Default value is 11.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument value is even.
    Browser Compatibility
    56+
    45+
    11
    See Also