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