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