Click or drag to resize

NativeMethodsimgproc_pointPolygonTest_Point2f Method

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

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

Parameters

contour
Type: OpenCvSharpPoint2f

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

contourLength
Type: SystemInt32

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

pt
Type: OpenCvSharpPoint2f

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

measureDist
Type: SystemInt32

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

returnValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also