• Andrey Filippov's avatar
    CLAUDE: Cluster energy normalization in recurrent buffer conditioning · 2eb14ba0
    Andrey Filippov authored
    Per Andrey's continuity requirement: a sub-pixel target shift switching
    between 1 and 2 surviving cells must not change the total injected energy
    (filterConv5dROI does not conserve energy - it zeroes weaker components).
    
    condition() now labels 4D-connected survivor clusters (3^4-1 connectivity,
    BFS) and applies three regimes:
    1. Single survivor: full 3x3x3x3 spread with fading peripherals (as before).
    2. Compact cluster (2..curt_recur_max_clust near-equal survivors): spread
       limited along resolved dimensions; cluster total output = cluster max M,
       shared proportionally (survivor i contributes M*m_i/sum(m_j)) - exactly
       continuous across the 1<->2 survivor transition.
    3. Cluster larger than curt_recur_max_clust (default 5): weak signal that
       passed the filter linearly - identity, no spreading/renormalization.
    
    New parameter curt_recur_max_clust plumbed through dialog/properties/copy;
    -RC<n> added to the -RECUR image titles.
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    2eb14ba0
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...