Accord.Imaging.HoughLineTransformation.HoughLineTransformation C# (CSharp) 메소드

HoughLineTransformation() 공개 메소드

Initializes a new instance of the HoughLineTransformation class.
public HoughLineTransformation ( ) : System
리턴 System
        public HoughLineTransformation()
        {
            StepsPerDegree = 1;
        }