Click or drag to resize
Accord.NET (logo)

IFilterInformation Interface

Interface which provides information about image processing filter.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IFilterInformation
Request Example View Source

The IFilterInformation type exposes the following members.

Properties
  NameDescription
Public propertyFormatTranslations
Format translations dictionary.
Top
Remarks

The interface defines set of properties, which provide different type of information about image processing filters implementing IFilter interface or another filter's interface.

See Also