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: 3.3.0.2824 (3.3.0.2824)
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
[Missing <param name="value"/> documentation for "M:Emgu.CV.Mat.PopBack(System.Int32)"]
See Also