http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Removes all elements from the sequence. The function does not return the memory to the storage, but this memory is reused later when new elements are added to the sequence. This function time complexity is O(1).
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvClearSeq( IntPtr seq ) |
Visual Basic |
---|
Public Shared Sub cvClearSeq ( _ seq As IntPtr _ ) |
Visual C++ |
---|
public: static void cvClearSeq( IntPtr seq ) |
Parameters
- seq
- Type: System..::..IntPtr
Sequence