Click or drag to resize

MatOfByteAdd Method (SByte)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void Add(
	sbyte value
)

Parameters

value
Type: SystemSByte
Added element(s)
See Also