Click or drag to resize

NativeMethodsfeatures2d_getRecall Method

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

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

Parameters

recallPrecisionCurve
Type: OpenCvSharpPoint2f

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

recallPrecisionCurveSize
Type: SystemInt32

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

l_precision
Type: SystemSingle

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

returnValue
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also