Create a contour of the specific kind, type and flag

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Contour(
	SEQ_ELTYPE eltype,
	SEQ_KIND kind,
	SEQ_FLAG flag,
	MemStorage stor
)
Visual Basic (Declaration)
Public Sub New ( _
	eltype As SEQ_ELTYPE, _
	kind As SEQ_KIND, _
	flag As SEQ_FLAG, _
	stor As MemStorage _
)
Visual C++
public:
Contour(
	SEQ_ELTYPE eltype, 
	SEQ_KIND kind, 
	SEQ_FLAG flag, 
	MemStorage^ stor
)

Parameters

eltype
Type: Emgu.CV.CvEnum..::.SEQ_ELTYPE
The type of the sequence
kind
Type: Emgu.CV.CvEnum..::.SEQ_KIND
The kind of the sequence
flag
Type: Emgu.CV.CvEnum..::.SEQ_FLAG
The flag of the sequence
stor
Type: Emgu.CV..::.MemStorage
The storage

See Also