Click or drag to resize
Accord.NET (logo)

DocumentSkewCheckerMaxBeta Property

Note: This API is now obsolete.

Maximum angle to detect skew in degrees.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("The property is deprecated and setting it has not any effect. Use MaxSkewToDetect property instead.")]
public double MaxBeta { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

Note Note
The property is deprecated and setting it has not any effect. Use MaxSkewToDetect property instead.

See Also