| MatTypeFromInt32 Method |
[Missing <summary> documentation for "M:OpenCvSharp.MatType.FromInt32(System.Int32)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static MatType FromInt32(
int value
)
Public Shared Function FromInt32 (
value As Integer
) As MatType
public:
static MatType FromInt32(
int value
)
static member FromInt32 :
value : int -> MatType
Parameters
- value
- Type: SystemInt32
[Missing <param name="value"/> documentation for "M:OpenCvSharp.MatType.FromInt32(System.Int32)"]
Return Value
Type:
MatType[Missing <returns> documentation for "M:OpenCvSharp.MatType.FromInt32(System.Int32)"]
See Also