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
|
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 312 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
@ -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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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:
|
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)
|
- 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
|
uv run main.py .\line500fps32pix.mp4 --debug
|
||||||
```
|
```
|
||||||
Output: `results/debug/line500fps32pix_7c91_t0_01_changes.png`
|
Output: `results/debug/line500fps32pix_7c91_t0_01_changes.png`
|
||||||

|

|
||||||
|
|
||||||
Debug mode generates PowerShell commands to test all suggested thresholds:
|
Debug mode generates PowerShell commands to test all suggested thresholds:
|
||||||
```powershell
|
```powershell
|
||||||
|
|||||||