←Select platform

WhiteNoiseLength Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute(Name="WhiteNoiseLength", IsRequired=true)] 
public int WhiteNoiseLength { get; set; } 
  
<DataMemberAttribute(Name="WhiteNoiseLength", IsRequired=True)> 
Public Property WhiteNoiseLength As Integer 
[DataMemberAttribute(Name="WhiteNoiseLength", IsRequired=true)] 
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 from 0 to 10 are sufficient for most images.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly