Click or drag to resize

NativeMethodsimgproc_isContourConvex_Point2f Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_isContourConvex_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_isContourConvex_Point2f(
	Point2f[] contour,
	int contourLength,
	out int returnValue
)

Parameters

contour
Type: OpenCvSharpPoint2f

[Missing <param name="contour"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_isContourConvex_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32@)"]

contourLength
Type: SystemInt32

[Missing <param name="contourLength"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_isContourConvex_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_isContourConvex_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_isContourConvex_Point2f(OpenCvSharp.Point2f[],System.Int32,System.Int32@)"]

See Also