Click or drag to resize

Cv2CreateContinuous Method (Size, MatType)

Creates continuous GPU matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static GpuMat CreateContinuous(
	Size size,
	MatType 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