Click or drag to resize

MatPopBack Method

removes several hyper-planes from bottom of the matrix (Mat.pop_back)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void PopBack(
	int nElems = 1
)

Parameters

nElems (Optional)
Type: SystemInt32

[Missing <param name="nElems"/> documentation for "M:OpenCvSharp.Mat.PopBack(System.Int32)"]

See Also