Click or drag to resize
Accord.NET (logo)

BaseInPlacePartialFilterFormatTranslations Property

Format translations dictionary.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public abstract Dictionary<PixelFormat, PixelFormat> FormatTranslations { get; }
Request Example View Source

Property Value

Type: DictionaryPixelFormat, PixelFormat

Implements

IFilterInformationFormatTranslations
Remarks

The dictionary defines, which pixel formats are supported for source images and which pixel format will be used for resulting image.

See FormatTranslations for more information.

See Also