Pay20Y / FOTS_TF

This an implementation of FOTS with tensorflow
GNU General Public License v3.0
181 stars 59 forks source link

why exchange thr order of src and dst in cv.getAffineTransform()? #36

Open FredlinT opened 5 years ago

FredlinT commented 5 years ago

affine_matrix = cv2.getAffineTransform(dst_pts.astype(np.float32), src_pts.astype(np.float32))? According Opencv,"def getAffineTransform(src, dst): " ,source dst shuould be placed first?