• Andrey Filippov's avatar
    CLAUDE: Fix filterConv5dROI suppression condition · ede9c9b0
    Andrey Filippov authored
    Suppress a point only when both conditions hold simultaneously:
      thresh = Math.max(athresh, M * rthresh)
      (M - val) >= thresh   →   zero the point
    
    athresh enforces a minimum absolute gap; M*rthresh enforces a minimum
    relative gap. Math.max means BOTH must be satisfied (either alone is
    insufficient). Replaces the previous M>=athresh && val<rthresh*M logic.
    Co-authored-by: 's avatarClaude <claude@elphel.com>
    ede9c9b0
Name
Last commit
Last update
..
CuasDetectRT.java Loading commit data...
CuasRTDetector.java Loading commit data...
CuasRTLib.java Loading commit data...
CuasRTUtils.java Loading commit data...
RtParams.java Loading commit data...
TemporalConsolidator.java Loading commit data...
TemporalKernelGenerator.java Loading commit data...
package-info.java Loading commit data...