CvMatDecodeImage Method OpenCvSharp Class Library
Decode image stored in the buffer

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

public IplImage DecodeImage(
	LoadMode iscolor
)

Parameters

iscolor
Type: OpenCvSharpLoadMode
Specifies color type of the loaded image

Return Value

Type: IplImage

[Missing <returns> documentation for "M:OpenCvSharp.CvMat.DecodeImage(OpenCvSharp.LoadMode)"]

See Also

Reference