Class ConvertImageOption
Inheritance
object
ConvertImageOption
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SaigeVision.ImageProcess
Assembly: SaigeVision.ImageProcess.dll
Syntax
public class ConvertImageOption
Constructors
View SourceConvertImageOption(ThresholdFlags, double, double)
Declaration
public ConvertImageOption(ThresholdFlags convertType, double threshold = 0, double maxThreshold = 255)
Parameters
| Type | Name | Description |
|---|---|---|
| ThresholdFlags | convertType | |
| double | threshold | |
| double | maxThreshold |
Properties
View SourceConvertType
Declaration
public ThresholdFlags ConvertType { get; set; }
Property Value
| Type | Description |
|---|---|
| ThresholdFlags |
MaxThreshold
Declaration
public double MaxThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Threshold
Declaration
public double Threshold { get; set; }
Property Value
| Type | Description |
|---|---|
| double |