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

LowThreshold Property

Show in webframe





Gets or sets a value that represents the lowest intensity to detect.
Syntax
public byte LowThreshold {get; set;}
'Declaration
 
Public Property LowThreshold As Byte
'Usage
 
Dim instance As IntensityDetectActivity
Dim value As Byte
 
instance.LowThreshold = value
 
value = instance.LowThreshold

            

            
public:
property byte LowThreshold {
   byte get();
   void set (    byte value);
}

Property Value

Lowest intensity to detect. Possible values are from 0 to 255.
Requirements

Target Platforms

See Also

Reference

IntensityDetectActivity Class
IntensityDetectActivity Members

 

 


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