CvConvertImage Method OpenCvSharp Class Library
Converts one image to another and flips the result vertically if required.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ConvertImage(
	CvArr src,
	CvArr dst,
	ConvertImageFlag flags
)

Parameters

src
Type: OpenCvSharpCvArr
Source image.
dst
Type: OpenCvSharpCvArr
Destination image. Must be single-channel or 3-channel 8-bit image.
flags
Type: OpenCvSharpConvertImageFlag
The operation flags
See Also

Reference