First time here? Check out the FAQ!
answered 2018-03-14 21:09:53 -0600
Your 2 points sets are independent of one another. I think you need to use one of the feature matching functions:
BFMatcher() FlannBasedMatcher()
to find corresponding sets of points to pass in.