Click or drag to resize

MatPushBack Method (Vec4s)

Adds elements to the bottom of the matrix. (Mat::push_back)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void PushBack(
	Vec4s value
)

Parameters

value
Type: OpenCvSharpVec4s
Added element
See Also