Click or drag to resize

MatZeros Method (MatType, Int32)

Returns a zero array of the specified size and type.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static MatExpr Zeros(
	MatType type,
	params int[] sizes
)

Parameters

type
Type: OpenCvSharpMatType
Created matrix type.
sizes
Type: SystemInt32

[Missing <param name="sizes"/> documentation for "M:OpenCvSharp.Mat.Zeros(OpenCvSharp.MatType,System.Int32[])"]

Return Value

Type: MatExpr

[Missing <returns> documentation for "M:OpenCvSharp.Mat.Zeros(OpenCvSharp.MatType,System.Int32[])"]

See Also