Click or drag to resize

NativeMethodsfeatures2d_computeRecallPrecisionCurve Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void features2d_computeRecallPrecisionCurve(
	IntPtr[] matches1to2,
	int matches1to2Size1,
	int[] matches1to2Size2,
	IntPtr[] correctMatches1to2Mask,
	int correctMatches1to2MaskSize1,
	int[] correctMatches1to2MaskSize2,
	IntPtr recallPrecisionCurve
)

Parameters

matches1to2
Type: SystemIntPtr
matches1to2Size1
Type: SystemInt32
matches1to2Size2
Type: SystemInt32
correctMatches1to2Mask
Type: SystemIntPtr
correctMatches1to2MaskSize1
Type: SystemInt32
correctMatches1to2MaskSize2
Type: SystemInt32
recallPrecisionCurve
Type: SystemIntPtr
See Also