Click or drag to resize

NativeMethodsfeatures2d_getNearestPoint Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_getNearestPoint(
	Point2f[] recallPrecisionCurve,
	int recallPrecisionCurveSize,
	float l_precision,
	out int returnValue
)

Parameters

recallPrecisionCurve
Type: OpenCvSharpPoint2f

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

recallPrecisionCurveSize
Type: SystemInt32

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

l_precision
Type: SystemSingle

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

returnValue
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also