Click or drag to resize

Cv2DrawMatches Method

Overload List
  NameDescription
Public methodStatic memberDrawMatches(Mat, IEnumerableKeyPoint, Mat, IEnumerableKeyPoint, IEnumerableDMatch, Mat, NullableScalar, NullableScalar, IEnumerableByte, DrawMatchesFlags)
Draws matches of keypoints from two images on output image.
Public methodStatic memberDrawMatches(Mat, IEnumerableKeyPoint, Mat, IEnumerableKeyPoint, IEnumerableIEnumerableDMatch, Mat, NullableScalar, NullableScalar, IEnumerableIEnumerableByte, DrawMatchesFlags)
Draws matches of keypints from two images on output image.
Top
See Also