Fix the input element type and return the correct one
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
protected static int FixElementType(
int seqType
)
Protected Shared Function FixElementType ( _
seqType As Integer _
) As Integer
protected:
static int FixElementType(
int seqType
)
Parameters
- seqType
- Int32
The input sequence type
Return Value
The best element type that match this sequence
See Also