Click or drag to resize

SparseMatSize Method (Int32)

Returns the size of i-th matrix dimension (or 0)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int Size(
	int dim
)

Parameters

dim
Type: SystemInt32

[Missing <param name="dim"/> documentation for "M:OpenCvSharp.SparseMat.Size(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.SparseMat.Size(System.Int32)"]

See Also