Cv2ContourArea Method (IEnumerablePoint2f, Boolean) OpenCvSharp Class Library
Calculates the contour area

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

public static double ContourArea(
	IEnumerable<Point2f> contour,
	bool oriented = false
)

Parameters

contour
Type: System.Collections.GenericIEnumerablePoint2f
The contour vertices, represented by CV_32SC2 or CV_32FC2 matrix
oriented (Optional)
Type: SystemBoolean

[Missing <param name="oriented"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.ContourArea(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point2f},System.Boolean)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.ContourArea(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point2f},System.Boolean)"]

See Also

Reference