Click or drag to resize

NativeMethodsfeatures2d_computeRecallPrecisionCurve Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_computeRecallPrecisionCurve(
	IntPtr[] matches1to2,
	int matches1to2Size1,
	int[] matches1to2Size2,
	IntPtr[] correctMatches1to2Mask,
	int correctMatches1to2MaskSize1,
	int[] correctMatches1to2MaskSize2,
	IntPtr recallPrecisionCurve
)

Parameters

matches1to2
Type: SystemIntPtr

[Missing <param name="matches1to2"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],System.IntPtr)"]

matches1to2Size1
Type: SystemInt32

[Missing <param name="matches1to2Size1"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],System.IntPtr)"]

matches1to2Size2
Type: SystemInt32

[Missing <param name="matches1to2Size2"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],System.IntPtr)"]

correctMatches1to2Mask
Type: SystemIntPtr

[Missing <param name="correctMatches1to2Mask"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],System.IntPtr)"]

correctMatches1to2MaskSize1
Type: SystemInt32

[Missing <param name="correctMatches1to2MaskSize1"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],System.IntPtr)"]

correctMatches1to2MaskSize2
Type: SystemInt32

[Missing <param name="correctMatches1to2MaskSize2"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],System.IntPtr)"]

recallPrecisionCurve
Type: SystemIntPtr

[Missing <param name="recallPrecisionCurve"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_computeRecallPrecisionCurve(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32[],System.IntPtr)"]

Return Value

Type: ExceptionStatus

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

See Also