From 9d0af6b158b402a31b5113bb70891a7de9b5b9e9 Mon Sep 17 00:00:00 2001 From: s224361 <s224361@student.dtu.dk> Date: Mon, 20 Jan 2025 20:34:31 +0100 Subject: [PATCH] New bug reported to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39a2f82..66b54b0 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ The project follows a simple methodology somewhat similar to that of the livewir * Guide points need to be placed in order from start to finish along the path for the extracted path not to overlap incorrectly. * Dots don't currently scale with the image size, meaning the dots will appear small on large images. +* Exported points may have small inaccuracies in labelling which excact pixel point is the user placed point but is accurate to a few pixels in the image. + * This is due to the way checking of user placed points is calculated. It is not locked to a specific pixel but is the shortest euclidean distance of the actual point and closest pixel in the path. ### Authors and acknowledgment -- GitLab