| MatAdd Method (UInt16) |
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(
ushort value
)
Public Sub Add (
value As UShort
)
public:
void Add(
unsigned short value
)
member Add :
value : uint16 -> unit
Parameters
- value
- Type: SystemUInt16
Added element
See Also