• Andrey Filippov's avatar
    CLAUDE: disparity conditioning: fill small foreground clusters with background (Laplacian) · 66bd669a
    Andrey Filippov authored
    Where a small foreground object (the 3-tile roadside sign, disp ~22)
    stands in front of a distant background both disparities are legitimate,
    but for CUAS the background matters: a drone flying exactly behind the
    sign must stay detectable. conditionDisparityCuas now detects connected
    clusters of local near-outliers (disparity above the local 7x7 median by
    curt.disp_fg_over, default 2 px) up to curt.disp_fg_tiles (default 8,
    0 = off) tiles and re-fills them with zero-curvature background
    disparity (TileProcessor.fillNaNs Laplacian relaxation). All three RT
    call sites (render, pose, appropriation) share the one conditioned
    source as before.
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    66bd669a
Name
Last commit
Last update
..
CuasConditioning.java Loading commit data...
CuasDetectRT.java Loading commit data...
CuasDnnBackend.java Loading commit data...
CuasDnnInfer.java Loading commit data...
CuasDnnLocal.java Loading commit data...
CuasDnnRemote.java Loading commit data...
CuasLogFold.java Loading commit data...
CuasPoseRT.java Loading commit data...
CuasRT.java Loading commit data...
CuasRTDetector.java Loading commit data...
CuasRTLib.java Loading commit data...
CuasRTUtils.java Loading commit data...
CuasRecurrentBuffer.java Loading commit data...
CuasRender.java Loading commit data...
CuasRtState.java Loading commit data...
CuasStage2Infer.java Loading commit data...
CuasTD.java Loading commit data...
RtParams.java Loading commit data...
TemporalConsolidator.java Loading commit data...
TemporalKernelGenerator.java Loading commit data...
TpDnnJna.java Loading commit data...
package-info.java Loading commit data...