CvArrMoments Method OpenCvSharp Class Library
Moments

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvMoments Moments(
	bool isBinary
)

Parameters

isBinary
Type: SystemBoolean
(For images only) If the flag is non-zero, all the zero pixel values are treated as zeroes, all the others are treated as 1’s

Return Value

Type: CvMoments

[Missing <returns> documentation for "M:OpenCvSharp.CvArr.Moments(System.Boolean)"]

See Also

Reference