From 820572bce6ecd3b178efa5cf9d246ed26c4107c3 Mon Sep 17 00:00:00 2001 From: yair-mv Date: Sat, 8 Nov 2025 18:33:54 +0200 Subject: [PATCH] Organize demo images into dedicated images/ folder - Create images/ directory for better project organization - Move all demo images (demo.jpg, demo2.jpg, demo_changes.png, demo_changes2.jpg) to images/ - Update readme.md image references to use new images/ paths --- demo.jpg => images/demo.jpg | Bin demo2.jpg => images/demo2.jpg | Bin demo_changes.png => images/demo_changes.png | Bin demo_changes2.jpg => images/demo_changes2.jpg | Bin readme.md | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename demo.jpg => images/demo.jpg (100%) rename demo2.jpg => images/demo2.jpg (100%) rename demo_changes.png => images/demo_changes.png (100%) rename demo_changes2.jpg => images/demo_changes2.jpg (100%) diff --git a/demo.jpg b/images/demo.jpg similarity index 100% rename from demo.jpg rename to images/demo.jpg diff --git a/demo2.jpg b/images/demo2.jpg similarity index 100% rename from demo2.jpg rename to images/demo2.jpg diff --git a/demo_changes.png b/images/demo_changes.png similarity index 100% rename from demo_changes.png rename to images/demo_changes.png diff --git a/demo_changes2.jpg b/images/demo_changes2.jpg similarity index 100% rename from demo_changes2.jpg rename to images/demo_changes2.jpg diff --git a/readme.md b/readme.md index 482a790..dab89b7 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ A digital implementation of **strip photography** (also called **slit photography**) that captures a two-dimensional image as a sequence of one-dimensional images over time. -![demo](demo2.jpg) +![demo](images/demo2.jpg) Strip photography records a moving scene over time by extracting the same line position from each video frame and assembling them into a composite image where: - One axis represents **space** (the slit/line being observed) @@ -61,7 +61,7 @@ uv run main.py .\line500fps32pix.mp4 --video --alpha --no-parallel uv run main.py .\line500fps32pix.mp4 --debug ``` Output: `results/debug/line500fps32pix_7c91_t0_01_changes.png` -![debug view](demo_changes2.jpg) +![debug view](images/demo_changes2.jpg) Debug mode generates PowerShell commands to test all suggested thresholds: ```powershell