CvReshape Method (CvArr, CvMat, Int32) OpenCvSharp Class Library
Changes shape of matrix/image without copying data

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

public static CvMat Reshape(
	CvArr arr,
	out CvMat header,
	int newCn
)

Parameters

arr
Type: OpenCvSharpCvArr
Input array.
header
Type: OpenCvSharpCvMat
Output header to be filled.
newCn
Type: SystemInt32
New number of channels. new_cn = 0 means that number of channels remains unchanged.

Return Value

Type: CvMat

[Missing <returns> documentation for "M:OpenCvSharp.Cv.Reshape(OpenCvSharp.CvArr,OpenCvSharp.CvMat@,System.Int32)"]

See Also

Reference