Click or drag to resize

Cv2EvaluateFeatureDetector Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void EvaluateFeatureDetector(
	Mat img1,
	Mat img2,
	Mat H1to2,
	ref KeyPoint[] keypoints1,
	ref KeyPoint[] keypoints2,
	out float repeatability,
	out int correspCount
)

Parameters

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