http://www.emgu.com
The method removes one or more rows from the bottom of the matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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