| 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
)
Public Shared Function Zeros (
type As MatType,
ParamArray sizes As Integer()
) As MatExpr
public:
static MatExpr^ Zeros(
MatType type,
... array<int>^ sizes
)
static member Zeros :
type : MatType *
sizes : int[] -> MatExpr
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