Fix the input element type and return the correct one

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

Syntax

C#
protected static int FixElementType(
	int seqType
)
Visual Basic (Declaration)
Protected Shared Function FixElementType ( _
	seqType As Integer _
) As Integer
Visual C++
protected:
static int FixElementType(
	int seqType
)

Parameters

seqType
Type: System..::.Int32
The input sequence type

Return Value

The best element type that match this sequence

See Also