From bba8874f67be3e1e7b9938bef6882e4d17b502f3 Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Tue, 20 May 2025 21:06:56 -0700 Subject: [PATCH] Added edge detection to img2scad.html --- scripts/img2scad.html | 157 ++++++++++++++++++++++++++++-------------- 1 file changed, 107 insertions(+), 50 deletions(-) diff --git a/scripts/img2scad.html b/scripts/img2scad.html index 6400145a..4830684c 100644 --- a/scripts/img2scad.html +++ b/scripts/img2scad.html @@ -7,8 +7,9 @@ Versions 1-5: 22 April 2025 - by Alex Matulich (collaborating with ChatGPT for c Version 6: 23 April 2025 - added cropping UI Version 7: 25 April 2025 - added contrast and threshold sliders Version 8: 26 April 2025 - added file size estimate to output section +Version 9: 20 May 2025 - improved appearance UI, added Sobel edge detection --> - Image to OpenSCAD array, v8 + Image to OpenSCAD array, v9