Skip to content

Commit 19ae331

Browse files
committed
Increase Hausdorff sampling resolution.
1 parent 4226667 commit 19ae331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metric.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const RV_K: f64 = 0.3;
1919

2020
/// The number of samples per unit of surface area for computing the Hausdorff
2121
/// distance.
22-
const SAMPLING_RESOLUTION: f64 = 2000.0;
22+
const SAMPLING_RESOLUTION: f64 = 3000.0;
2323

2424
/// The minimum number of samples to be considered when computing the Hausdorff
2525
/// distance.

0 commit comments

Comments
 (0)