• Andrey Filippov's avatar
    Claude: Fix correlatePairs to use per-tile motion-tracking TpTask centers · 4b7711ef
    Andrey Filippov authored
    Add targets_mv / frame_center_mv / corr_offset_mv overloads to
    correlatePairs() and correlatePair().  When targets_mv is non-null,
    GpuQuad.setRectilinearMovingTasks() generates per-tile TpTask centers
    that follow the target at each frame (cx0 + vx*offset_scale), so the
    GPU correlates tiles centered on the moving object and the result is the
    residual velocity rather than the full VX displacement.
    
    Callers that don't need this pass through the old uniform-grid overload
    unchanged.  Also reverts the wrong "fixed-destination / shifted-read"
    masking edit from the previous session; the masking was already correct
    (mask tracks the target per frame) before that edit.
    Co-Authored-By: 's avatarClaude Sonnet 4.6 <noreply@anthropic.com>
    4b7711ef
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...