• 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
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...