Craete a contour from the specific IntPtr and storage
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public Contour( IntPtr ptr, MemStorage storage ) |
| Visual Basic (Declaration) |
|---|
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