AForge.Imaging.HoughLineTransformation.HoughLineTransformation C# (CSharp) Method

HoughLineTransformation() public method

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