Fix the input element type and return the correct one
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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