From 6be911e40b0ed94d87a17375b35d9d85be85cae2 Mon Sep 17 00:00:00 2001 From: "Oliver K. Ernst" Date: Fri, 15 Dec 2023 12:43:47 -0800 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66051c8..b6d92ce 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Optionally: specify the port with `--port` flag or debug mode with `--debug` fla Mathematically, the Chamfer distance can be expressed as: ```math -Chamfer_distance = Σ(min(dist(A_i, B_j)) + Σ(min(dist(B_i, A_j))) +Chamfer distance = Σ(min(dist(A_i, B_j)) + Σ(min(dist(B_i, A_j))) ``` Where: