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

TransformFromPolar() public method

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