Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static MatType CV_32SC(
int ch
)
Public Shared Function CV_32SC (
ch As Integer
) As MatType
public:
static MatType CV_32SC(
int ch
)
static member CV_32SC :
ch : int -> MatType
OpenCvSharp.MatType.CV_32SC = function(ch);
Parameters
- ch
- Type: SystemInt32
Return Value
Type:
MatType
See Also