AlgorithmParamType Enumeration
|
cv::Algorithm parameter type
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic enum AlgorithmParamType
Public Enumeration AlgorithmParamType
public enum class AlgorithmParamType
OpenCvSharp.AlgorithmParamType = function();
OpenCvSharp.AlgorithmParamType.createEnum('OpenCvSharp.AlgorithmParamType', false);
Members
| Member name | Value | Description |
---|
| Int | 0 | |
| Boolean | 1 | |
| Real | 2 | |
| String | 3 | |
| Mat | 4 | |
| MatVector | 5 | |
| Algorithm | 6 | |
| Float | 7 | |
| UnsignedInt | 8 | |
| UInt64 | 9 | |
| Short | 10 | |
| UChar | 11 | |
See Also