Accord.Imaging.HoughLineTransformation.HoughLineTransformation C# (CSharp) Метод

HoughLineTransformation() публичный Метод

Initializes a new instance of the HoughLineTransformation class.
public HoughLineTransformation ( ) : System
Результат System
        public HoughLineTransformation()
        {
            StepsPerDegree = 1;
        }