• 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
docs Loading commit data...
eclipse_project_setup Loading commit data...
focusing_data_files Loading commit data...
ij_macros Loading commit data...
ijplugins Loading commit data...
scripts Loading commit data...
src/main Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
Eyesis_Correction.xml Loading commit data...
INSTALL-CODEX-ECLIPSE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
mcp.allowed.example Loading commit data...
pom.xml Loading commit data...