将np.float64转换成CV_64FC2格式
参考链接
# dist_keypt.shape=(64,2) dist_keypt = np.float64(dist_keypt[:,np.newaxis,:])