|
IConverterTInput, TOutputConvert Method
|
Converts an image from one representation to another.
Namespace:
Accord.Imaging.Converters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax void Convert(
TInput input,
out TOutput output
)
Sub Convert (
input As TInput,
<OutAttribute> ByRef output As TOutput
)
Request Example
View SourceParameters
- input
- Type: TInput
The input image to be converted. - output
- Type: TOutput
The converted image.
See Also