NativeMethodsimgproc_Subdiv2D_locate Method OpenCvSharp Class Library

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

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

public static int imgproc_Subdiv2D_locate(
	IntPtr obj,
	Point2f pt,
	out int edge,
	out int vertex
)

Parameters

obj
Type: SystemIntPtr

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

pt
Type: OpenCvSharp.CPlusPlusPoint2f

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

edge
Type: SystemInt32

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

vertex
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also

Reference