| MatPushBack Method (Rect) |
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 PushBack(
Rect value
)
Public Sub PushBack (
value As Rect
)
public:
void PushBack(
Rect value
)
member PushBack :
value : Rect -> unit
Parameters
- value
- Type: OpenCvSharpRect
Added element
See Also