• Andrey Filippov's avatar
    CLAUDE: Add COLMAP sanity-check script · 925d0f34
    Andrey Filippov authored
    Verifies Phase 0 output before any OpenMVS tools run:
    - camera intrinsics (focal length, FoV)
    - camera-centre trajectory plots (XY/XZ/YZ)
    - inter-frame step statistics with outlier detection
    - consecutive rotation change (warns if > 10°)
    - sample image display with NaN/saturation diagnostics
    
    Fixed a stride-2 parse bug: empty 2D-point lines must be kept
    in the line list before the range(0,N,2) loop, otherwise only
    every other image record is parsed.
    Co-authored-by: 's avatarClaude <claude@elphel.com>
    925d0f34
Name
Last commit
Last update
scripts Loading commit data...
src/elphel_to_mvs Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...