Cv2GpuEnsureSizeIsEnough Method (Int32, Int32, MatType, GpuMat) OpenCvSharp Class Library
Ensures that size of the given matrix is not less than (rows, cols) size and matrix type is match specified one too

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void EnsureSizeIsEnough(
	int rows,
	int cols,
	MatType type,
	GpuMat m
)

Parameters

rows
Type: SystemInt32
Number of rows in a 2D array.
cols
Type: SystemInt32
Number of columns in a 2D array.
type
Type: OpenCvSharp.CPlusPlusMatType
Array type.
m
Type: OpenCvSharp.CPlusPlus.GpuGpuMat

[Missing <param name="m"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.Cv2Gpu.EnsureSizeIsEnough(System.Int32,System.Int32,OpenCvSharp.CPlusPlus.MatType,OpenCvSharp.CPlusPlus.Gpu.GpuMat)"]

See Also

Reference