Click or drag to resize

MatAdd Method (Vec2w)

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 Add(
	Vec2w value
)

Parameters

value
Type: OpenCvSharpVec2w
Added element
See Also