LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)
LEAD Technologies, Inc

Threshold Property (UnsharpMaskActivity)






Gets or sets a value that indicates the threshold for modifying the original value of the pixel.
Syntax
public byte Threshold {get; set;}
'Declaration
 
Public Property Threshold As Byte
'Usage
 
Dim instance As UnsharpMaskActivity
Dim value As Byte
 
instance.Threshold = value
 
value = instance.Threshold
public byte Threshold {get; set;}
 get_Threshold();
set_Threshold(value);
public:
property byte Threshold {
   byte get();
   void set (    byte value);
}

Property Value

Value that indicates the threshold for modifying the original value of the pixel. If the difference in the original pixel value and the blurred pixel value is greater than the threshold value, the original pixel value will be modified.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UnsharpMaskActivity Class
UnsharpMaskActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.