LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Threshold Property (UnsharpMaskActivity)

Show in webframe





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:
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

See Also

Reference

UnsharpMaskActivity Class
UnsharpMaskActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.