http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Removes element from sequence end.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSeqPop( IntPtr seq, IntPtr element ) |
Visual Basic |
---|
Public Shared Sub cvSeqPop ( _ seq As IntPtr, _ element As IntPtr _ ) |
Visual C++ |
---|
public: static void cvSeqPop( IntPtr seq, IntPtr element ) |
Parameters
- seq
- Type: System..::..IntPtr
Sequence
- element
- Type: System..::..IntPtr
If the pointer is not zero, the function copies the removed element to this location