Click or drag to resize
Accord.NET (logo)

IConverterTInput, TOutput Interface

Public interface for image converter algorithms.

Namespace:  Accord.Imaging.Converters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IConverter<TInput, TOutput>
Request Example View Source

Type Parameters

TInput
Input image type.
TOutput
Output image type.

The IConverterTInput, TOutput type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts an image from one representation to another.
Top
See Also