• 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
..
imagej Loading commit data...