Skip to content

Commit

Permalink
Add IterativeClosestPointParameters minInlierRatio argument that was …
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Apr 5, 2024
1 parent 823a54d commit b758eef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ public static void refine(
params.maxError * 2,
100,
true,
IterativeClosestPointParameters.defaultMinInlierRatio,
params.maxError,
200,
IterativeClosestPointParameters.defaultMinNumPoints );
Expand Down

0 comments on commit b758eef

Please sign in to comment.