http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Craete a contour from the specific IntPtr and storage
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Contour( IntPtr ptr, MemStorage storage ) |
Visual Basic |
---|
Public Sub New ( _ ptr As IntPtr, _ storage As MemStorage _ ) |
Visual C++ |
---|
public: Contour( IntPtr ptr, MemStorage^ storage ) |
Parameters
- ptr
- Type: System..::..IntPtr
The unmanged Pointer to the sequence
- storage
- Type: Emgu.CV..::..MemStorage
The storage used by this contour