←Select platform

WhiteNoiseLength Property

Summary

Gets or sets the amount of white noise tolerated when determining the border.

Syntax
C#
VB
Objective-C
C++
Java
public int WhiteNoiseLength { get; set; } 
Public Property WhiteNoiseLength As Integer 
@property (nonatomic, assign) NSInteger whiteNoiseLength 
public int getWhiteNoiseLength() 
public void setWhiteNoiseLength(int value) 
public: 
property int WhiteNoiseLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

Amount of white noise tolerated when determining the border. The units are in pixels. Values of 0 to 10 are sufficient for most images.

Example

Refer to BorderRemoveCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly