Cv2GpuEnsureSizeIsEnough Method (Size, 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(
	Size size,
	MatType type,
	GpuMat m
)

Parameters

size
Type: OpenCvSharp.CPlusPlusSize
Number of rows and 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(OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.MatType,OpenCvSharp.CPlusPlus.Gpu.GpuMat)"]

See Also

Reference