| MatAdd Method (SByte) |
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(
sbyte value
)
Public Sub Add (
value As SByte
)
public:
void Add(
signed char value
)
member Add :
value : sbyte -> unit
Parameters
- value
- Type: SystemSByte
Added element
See Also