Click or drag to resize

MatContourArea Method

Calculates the contour area. The input is 2D point set, represented by CV_32SC2 or CV_32FC2 matrix.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public double ContourArea(
	bool oriented = false
)

Parameters

oriented (Optional)
Type: SystemBoolean

Return Value

Type: Double
See Also