Class ScewSweep
Inheritance
System.Object
ScewSweep
Assembly: IronOcr.dll
Syntax
public sealed class ScewSweep : ValueType
Constructors
ScewSweep(Int32, Single, Single)
Declaration
public ScewSweep(int reduction = 4, float range = 7F, float delta = 1F)
Parameters
Type |
Name |
Description |
System.Int32 |
reduction |
|
System.Single |
range |
|
System.Single |
delta |
|
Fields
Default
Declaration
public static ScewSweep Default
Field Value
DefaultDelta
Declaration
public const float DefaultDelta = 1F
Field Value
Type |
Description |
System.Single |
|
DefaultRange
Declaration
public const float DefaultRange = 7F
Field Value
Type |
Description |
System.Single |
|
DefaultReduction
Declaration
public const int DefaultReduction = 4
Field Value
Type |
Description |
System.Int32 |
|
Properties
Delta
Declaration
public float Delta { get; }
Property Value
Type |
Description |
System.Single |
|
Range
Declaration
public float Range { get; }
Property Value
Type |
Description |
System.Single |
|
Reduction
Declaration
public int Reduction { get; }
Property Value
Type |
Description |
System.Int32 |
|