DenseMatching icon indicating copy to clipboard operation
DenseMatching copied to clipboard

divide by the product of scaling

Open scott-vsi opened this issue 2 years ago • 0 comments

should this divide by the quantity (scaling[0] * scaling[1]) (instead of just scaling[0] and then multiplying by scaling[1])? I don't think this changes the relative order of list_inliers though because the three places where list_of_normalization_value is computed all do the same thing and list_of_normalization_value is just a normalization constant when computing list_inliers

scott-vsi avatar Dec 08 '22 02:12 scott-vsi