• Andrey Filippov's avatar
    CLAUDE: Dual-pass nadir rendering (original + rectilinear) · 00c33f1a
    Andrey Filippov authored
    Update calling code in OpticalFlow.java to compute nadir_pXpYD once and
    render two passes when either nadir_gen or nadir_undistort is enabled:
    - nadir_gen=true  → renderNadirSequence(..., false) → *-NADIR-MERGED
    - nadir_undistort=true → renderNadirSequence(..., true)  → *-NADIR-MERGED-RECTILINEAR
    
    The nadir_pXpYD array is deep-copied per scene for the undistort pass so
    the original sensor-coordinate data is preserved for the non-undistorted pass.
    Co-authored-by: 's avatarClaude <claude@elphel.com>
    00c33f1a
Name
Last commit
Last update
..
main Loading commit data...