 | Mat.Add Method (Byte) |
Adds elements to the bottom of the matrix. (Mat::push_back)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntaxpublic void Add(
byte value
)
Public Sub Add (
value As Byte
)
public:
void Add(
unsigned char value
)
member Add :
value : byte -> unit
Parameters
- value
- Type: System.Byte
Added element
See Also