Click or drag to resize
Accord.NET (logo)

FilterIteratorFormatTranslations Property

Format translations dictionary.

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

Property Value

Type: DictionaryPixelFormat, PixelFormat

Implements

IFilterInformationFormatTranslations
Remarks

See FormatTranslations documentation for additional information.

Note Note
The filter provides format translation dictionary taken from BaseFilter filter.

See Also