filmr
0.9.0 - 2026-04-17
v0.9.0
Apr 16 2026 at 17:34 UTC
✨ Features
- Depth-aware object motion: monocular depth estimation (Depth Anything V2 Small) drives per-object motion blur.
- Connected region segmentation by depth similarity — each object moves coherently.
- Near objects get more motion blur, far objects stay sharp.
- UI: Object Motion slider + depth map preview.
process_image_with_depth()API for passing depth maps through the pipeline.
🐛 Fixes
- Fix exposure calibration: simulate_gray now uses same output model as create_output_image (density linear + tone_gamma=2.47).
- Fix ObjectMotionStage missing from Accurate pipeline.