|
BaseUsingCopyPartialFilterFormatTranslations Property
|
Format translations dictionary.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic 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
IFilterInformationFormatTranslations
RemarksThe 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