cv.drawLineMatches - MATLAB File Help
cv.drawLineMatches

Draws the found matches of keylines from two images

outImg = cv.drawLineMatches(img1, keypoints1, img2, keypoints2, matches1to2)
outImg = cv.drawLineMatches(..., 'OptionName', optionValue, ...)

Input

Output

Options

If both MatchColor and SingleLineColor are set to their default values, function draws matched lines and line connecting them with same color.

See also