• Andrey Filippov's avatar
    CLAUDE: Add filterConv5dROI() — 4D NMS on fine-velocity ROI output · 1f1d501c
    Andrey Filippov authored
    CuasRTUtils: new filterConv5dROI(data, roi, athresh, rthresh)
      For each (pixel, velocity) point, finds max M over the ±1 neighbourhood
      in both pixel space (3×3) and velocity space (3×3 in vx/vy).
      Zeroes the point if M >= athresh AND val < rthresh*M (sidelobe suppression).
      Passes through unchanged when M < athresh (weak-signal linear regime).
      Uses indx_center_3d3 / indx_margins_3d3 for bit-reversed multithreaded
      pixel iteration; returns a new filtered array.
    
    CuasDetectRT: apply filterConv5dROI() to dpixels_5d_roi_pyramid[level][n5d]
      after convolve3d(), controlled by curt_vel_thresh_en / curt_vel_athresh /
      curt_vel_rthresh, at level-0 and all pyramid levels.
    Co-authored-by: 's avatarClaude <claude@elphel.com>
    1f1d501c
Name
Last commit
Last update
..
rt Loading commit data...
CorrectionFPN.java Loading commit data...
Cuas.java Loading commit data...
CuasCenterLma.java Loading commit data...
CuasData.java Loading commit data...
CuasMotion.java Loading commit data...
CuasMotionLMA.java Loading commit data...
CuasMultiSeries.java Loading commit data...
CuasRanging.java Loading commit data...
CuasTile.java Loading commit data...