diff --git a/pm2d/web/server.py b/pm2d/web/server.py index 749933d..817c452 100644 --- a/pm2d/web/server.py +++ b/pm2d/web/server.py @@ -230,7 +230,9 @@ def _simple_to_technical( "min_score": p.min_score, "max_matches": p.max_matches, "nms_radius": 0, - "verify_threshold": 0.4, + # Verify NCC più permissivo per match con variazione intensità + # (foro su sfondo variabile, parti di oggetto ecc.) + "verify_threshold": 0.25, } diff --git a/pm2d/web/static/index.html b/pm2d/web/static/index.html index 9ab5ae5..6be8a23 100644 --- a/pm2d/web/static/index.html +++ b/pm2d/web/static/index.html @@ -79,8 +79,10 @@