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

HighThreshold Property

Show in webframe





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

            

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

Property Value

Highest 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.