←Select platform

HighThreshold Property

Summary

Gets or sets a value that represents the highest intensity to detect.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="HighThreshold", IsRequired=true)] 
public int HighThreshold { get; set; } 
  
<DataMemberAttribute(Name="HighThreshold", IsRequired=True)> 
Public Property HighThreshold As Integer 
[DataMemberAttribute(Name="HighThreshold", IsRequired=true)] 
public: 
property int HighThreshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Highest intensity to detect. Possible values are from 0 to 255.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly