MatToIplImage Method OpenCvSharp Class Library
Creates the IplImage clone instance or header for the matrix.

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

public IplImage ToIplImage(
	bool adjustAlignment = true
)

Parameters

adjustAlignment (Optional)
Type: SystemBoolean
If true, this method returns an IplImage that is adjusted alignment; otherwise, a header of IplImage is returned.

Return Value

Type: IplImage

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Mat.ToIplImage(System.Boolean)"]

See Also

Reference