Cv2CreateContinuous Method (Size, MatType)
|
Creates continuous GPU matrix
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static GpuMat CreateContinuous(
Size size,
MatType type
)
Public Shared Function CreateContinuous (
size As Size,
type As MatType
) As GpuMat
public:
static GpuMat^ CreateContinuous(
Size size,
MatType type
)
static member CreateContinuous :
size : Size *
type : MatType -> GpuMat
OpenCvSharp.Cv2.CreateContinuous = function(size, type);
Parameters
- size
- Type: OpenCvSharpSize
Number of rows and columns in a 2D array. - type
- Type: OpenCvSharpMatType
Array type.
Return Value
Type:
GpuMat
See Also