It's hard to believe
mask = dist[:,0] / dist[:,1] < r_threshold
print '%d / %d inliers/matched' % (np.sum(status), len(status))
has finally become so accepted as the most legible syntax, it's now considered introductory material for kids.
It's hard to believe
mask = dist[:,0] / dist[:,1] < r_threshold
print '%d / %d inliers/matched' % (np.sum(status), len(status))
has finally become so accepted as the most legible syntax, it's now considered introductory material for kids.