LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

HighThreshold Property

Show in webframe







Gets or sets a value that represents the highest intensity to detect.
Syntax
public int HighThreshold {get; set;}
'Declaration
 
Public Property HighThreshold As Integer
'Usage
 
Dim instance As IntensityDetectCommand
Dim value As Integer
 
instance.HighThreshold = value
 
value = instance.HighThreshold
public int HighThreshold {get; set;}
@property (nonatomic, assign) unsigned int highThreshold;
public int getHighThreshold()
public void setHighThreshold(int value)
            
 
get_HighThreshold();
set_HighThreshold(value);
Object.defineProperty('HighThreshold');
public:
property int HighThreshold {
   int get();
   void set (    int value);
}

Property Value

Highest intensity to detect. Possible values are from 0 to 255.
Example
Refer to IntensityDetectCommand.
Requirements

Target Platforms

See Also

Reference

IntensityDetectCommand Class
IntensityDetectCommand Members

 

 


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