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

GaborFilter() public method

Initializes a new instance of the GaborFilter class.
public GaborFilter ( ) : System.Collections.Generic
return System.Collections.Generic
        public GaborFilter()
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            recompute = true;
        }