Table of Contents

Method Size

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Size()

Returns the array of sizes, or null if the matrix is not allocated.

public int[] Size()

Returns

int[]

Size(int)

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

public int Size(int dim)

Parameters

dim int

Returns

int