[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvPointPolygonTest(System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Int32)"]
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double cvPointPolygonTest( IntPtr contour, CvPoint2D32f pt, int measure_dist )
Parameters
- contour
- Type: SystemIntPtr
[Missing <param name="contour"/> documentation for "M:OpenCvSharp.NativeMethods.cvPointPolygonTest(System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Int32)"]
- pt
- Type: OpenCvSharpCvPoint2D32f
[Missing <param name="pt"/> documentation for "M:OpenCvSharp.NativeMethods.cvPointPolygonTest(System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Int32)"]
- measure_dist
- Type: SystemInt32
[Missing <param name="measure_dist"/> documentation for "M:OpenCvSharp.NativeMethods.cvPointPolygonTest(System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Int32)"]
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvPointPolygonTest(System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Int32)"]
See Also