Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic 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 
OpenCvSharp.MatType.CV_64FC = function(ch);
Parameters
- ch
- Type: SystemInt32
 
Return Value
Type: 
MatType See Also
See Also