Calculates the contour area.
The input is 2D point set, represented by CV_32SC2 or CV_32FC2 matrix.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- oriented (Optional)
- Type: SystemBoolean
[Missing <param name="oriented"/> documentation for "M:OpenCvSharp.CPlusPlus.Mat.ContourArea(System.Boolean)"]
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Mat.ContourArea(System.Boolean)"]
See Also