Commit Graph
5 Commits
Author SHA1 Message Date
Outis fb0af560f2 Merge pull request #2 from outis1one/claude/seasonal-sunrise-montage-nn268
Add camera-stitch preview and feature-matching script
2026-04-18 00:02:05 -04:00
Claude 8908c2f01a Add camera-stitch preview and feature-matching script
- images/stitch-preview/north-sunrise-hstack.jpg:
  naive side-by-side preview of the two skycams at 14:29 on 2026-04-17
- images/stitch-preview/feature-matches-debug.jpg:
  close-up of overlap region (right 40% of north × left 40% of sunrise)
  with ORB Lowe-ratio matches drawn — 39 candidates, RANSAC survives only
  4 inliers because the 90° perspective offset invalidates a similarity
  transform.  Overlap IS present (trees, houses, power poles visible in
  both) but full homography needs more/better tie points.
- stitch-cameras.py: reusable script that generates both previews plus a
  similarity-transform .txt for reuse in ffmpeg filter chains once we
  have enough matches (or manual tie-points).

https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ
2026-04-18 03:59:36 +00:00
Outis f0a1aa5d51 Add files via upload 2026-04-17 23:50:36 -04:00
Outis cb7fc82992 Add files via upload 2026-04-17 23:50:16 -04:00
Outis bb1d996254 Create test 2026-04-17 23:48:41 -04:00