Accord.Imaging.Filters.ContrastStretch.ContrastStretch C# (CSharp) Method

ContrastStretch() public method

Initializes a new instance of the ContrastStretch class.
public ContrastStretch ( ) : Accord
return Accord
        public ContrastStretch()
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppRgb] = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }