|
BaseTransformationFilterFormatTranslations 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; }
Public MustOverride ReadOnly Property FormatTranslations As Dictionary(Of PixelFormat, PixelFormat)
Get
Request Example
View SourceProperty Value
Type:
DictionaryPixelFormat,
PixelFormatImplements
IFilterInformationFormatTranslationsRemarks 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