Craete a contour from the specific IntPtr and storage

C# | Visual Basic | Visual C++ |
public Contour( IntPtr ptr, MemStorage storage )
Public Sub New ( _ ptr As IntPtr, _ storage As MemStorage _ )
public: Contour( IntPtr ptr, MemStorage^ storage )

- ptr (IntPtr)
[Missing <param name="ptr"/> documentation for "M:Emgu.CV.Contour.#ctor(System.IntPtr,Emgu.CV.MemStorage)"]
- storage (MemStorage)
[Missing <param name="storage"/> documentation for "M:Emgu.CV.Contour.#ctor(System.IntPtr,Emgu.CV.MemStorage)"]