http://www.emgu.com
The method removes one or more rows from the bottom of the matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void PopBack(
int value
)
Public Sub PopBack (
value As Integer
)
public:
void PopBack(
int value
)
member PopBack :
value : int -> unit
Parameters
- value
- Type: SystemInt32
The value
See Also