We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4226667 commit 19ae331Copy full SHA for 19ae331
src/metric.rs
@@ -19,7 +19,7 @@ const RV_K: f64 = 0.3;
19
20
/// The number of samples per unit of surface area for computing the Hausdorff
21
/// distance.
22
-const SAMPLING_RESOLUTION: f64 = 2000.0;
+const SAMPLING_RESOLUTION: f64 = 3000.0;
23
24
/// The minimum number of samples to be considered when computing the Hausdorff
25
0 commit comments