Click or drag to resize

NativeMethodsfeatures2d_evaluateFeatureDetector 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_evaluateFeatureDetector(
	IntPtr img1,
	IntPtr img2,
	IntPtr H1to2,
	IntPtr keypoints1,
	IntPtr keypoints2,
	out float repeatability,
	out int correspCount
)

Parameters

img1
Type: SystemIntPtr
img2
Type: SystemIntPtr
H1to2
Type: SystemIntPtr
keypoints1
Type: SystemIntPtr
keypoints2
Type: SystemIntPtr
repeatability
Type: SystemSingle
correspCount
Type: SystemInt32
See Also