Table of Contents

Method Total

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Total()

Returns the total number of array elements.

public long Total()

Returns

long

Total(int, int)

Returns the total number of array elements. The method returns the number of elements within a certain sub-array slice with startDim <= dim < endDim

public long Total(int startDim, int endDim = 2147483647)

Parameters

startDim int
endDim int

Returns

long