gtsfm icon indicating copy to clipboard operation
gtsfm copied to clipboard

Inlier stats (after checking for support) are incorrect

Open johnwlambert opened this issue 3 years ago • 0 comments

Computation in L82 will give us the wrong numbers about inlier stats. If for 3 pairs, we had # inliers as 20, 20, 5, and if we threw away the 3rd, then we should have avg # inliers = 20.

But in our code it would be return as 15, which isn't correct.

johnwlambert avatar Dec 08 '21 14:12 johnwlambert