• Andrey Filippov's avatar
    CLAUDE: CuasRender - disparity defined for ALL tiles (conditionDisparityCuas) · e4e65e23
    Andrey Filippov authored
    Per Andrey: the sky has nothing to match but is the BACKGROUND FOR DRONES -
    it must render (at infinity), NaN acceptable only outside the image.
    
    Root of the NaN tiles in -CUAS-RT-RENDER: use_lma_dsi=true selected the LMA
    DSI slice, which is NaN wherever the LMA did not fit (the whole sky) ->
    tiles dropped from the task list. The plain slice has no NaN but carries
    garbage (crazy < -1 tiles in the sky, negatives near the sign post).
    
    Fix: NEW static QuadCLT-free conditionDisparityCuas() (the legacy
    conditionInitialDS takes a QuadCLT instance - out per the RT rules):
    plain slice 0, NaN -> 0.0 (infinity), negatives -> 0.0. testRenderSequence
    now uses it unconditionally (not gated by use_lma_dsi - that gate is for
    the pose measurement, not rendering).
    
    Verified: mvn -DskipTests clean package OK.
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    e4e65e23
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...