http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a contour using the specific seqFlag and storage
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Contour( int seqFlag, MemStorage storage ) |
Visual Basic |
---|
Public Sub New ( _ seqFlag As Integer, _ storage As MemStorage _ ) |
Visual C++ |
---|
public: Contour( int seqFlag, MemStorage^ storage ) |
Parameters
- seqFlag
- Type: System..::..Int32
Flags of the created contour. If the contour is not passed to any function working with a specific type of sequences, the sequence value may be set to 0, otherwise the appropriate type must be selected from the list of predefined contour types
- storage
- Type: Emgu.CV..::..MemStorage
The storage