From 5acb7c71ca3967bad15157188ae6eea04584feaf Mon Sep 17 00:00:00 2001 From: Hamza Date: Mon, 30 Mar 2026 09:26:47 +0200 Subject: [PATCH] Update Pipline --- Pipline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipline.md b/Pipline.md index d9267d2..0705595 100644 --- a/Pipline.md +++ b/Pipline.md @@ -80,7 +80,7 @@ We choosed Ramer-Douglas-Peucker Algorithm as it the most common algorithm but t - Look for the point between them that is farthest from the straight line connecting the endpoints. - Check distance vs tolerance (ε) - If the distance is greater than ε (epsilon) → keep that point and split the line there. - - If the distance is less than ε → remove all intermediate points (they’re not important). + - If the distance is less than ε → remove all intermediate points (they're not important). - Repeat recursively - Apply the same process to each new segment.