←Select platform

WhiteNoiseLength Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int WhiteNoiseLength {get; set;}
Public Property WhiteNoiseLength As Integer
public int WhiteNoiseLength {get; set;}
@property (nonatomic, assign) NSInteger whiteNoiseLength
public int getWhiteNoiseLength() 
public void setWhiteNoiseLength(int value) 
get_WhiteNoiseLength(); 
set_WhiteNoiseLength(value); 
Object.defineProperty('WhiteNoiseLength'); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize