• 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
..
calibration Loading commit data...
cameras Loading commit data...
common Loading commit data...
correction Loading commit data...
cuas Loading commit data...
dct Loading commit data...
gpu Loading commit data...
ims Loading commit data...
jp4 Loading commit data...
lwir Loading commit data...
mcp Loading commit data...
orthomosaic Loading commit data...
readers Loading commit data...
tensorflow Loading commit data...
tileprocessor Loading commit data...
vegetation Loading commit data...
x3d/export Loading commit data...