 | Mat.PushBack 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 PushBack(
byte value
)
Public Sub PushBack (
value As Byte
)
public:
void PushBack(
unsigned char value
)
member PushBack :
value : byte -> unit
Parameters
- value
- Type: System.Byte
Added element
See Also