Cv2EvaluateFeatureDetector Method |
Namespace: OpenCvSharp
public static void EvaluateFeatureDetector( Mat img1, Mat img2, Mat H1to2, ref KeyPoint[] keypoints1, ref KeyPoint[] keypoints2, out float repeatability, out int correspCount )
Public Shared Sub EvaluateFeatureDetector ( img1 As Mat, img2 As Mat, H1to2 As Mat, ByRef keypoints1 As KeyPoint(), ByRef keypoints2 As KeyPoint(), <OutAttribute> ByRef repeatability As Single, <OutAttribute> ByRef correspCount As Integer )
public: static void EvaluateFeatureDetector( Mat^ img1, Mat^ img2, Mat^ H1to2, array<KeyPoint>^% keypoints1, array<KeyPoint>^% keypoints2, [OutAttribute] float% repeatability, [OutAttribute] int% correspCount )
static member EvaluateFeatureDetector : img1 : Mat * img2 : Mat * H1to2 : Mat * keypoints1 : KeyPoint[] byref * keypoints2 : KeyPoint[] byref * repeatability : float32 byref * correspCount : int byref -> unit
OpenCvSharp.Cv2.EvaluateFeatureDetector = function(img1, img2, H1to2, keypoints1, keypoints2, repeatability, correspCount);