• Andrey Filippov's avatar
    CLAUDE: extract all curt_* into CuasRtParameters class (imp.curt), dialog order preserved · 042a0c4b
    Andrey Filippov authored
    Per Andrey: move every curt_* parameter out of IntersceneMatchParameters into
    its own class (like CLTParameters.imp/ofp/... peers), held as
    IntersceneMatchParameters.curt = new CuasRtParameters(). All 61 params: field
    decls, dialogQuestions/Answers, set/getProperties, clone. Access changes
    imp.curt_X -> imp.curt.X (114 external sites across OpticalFlow/CuasDetectRT/
    CuasPoseRT); short field names (curt_ prefix dropped, class name conveys it).
    
    corr-xml COMPATIBLE (no conversion needed): delegated as
    curt.set/getProperties(prefix+"curt_", props) with short keys, so full keys
    stay ..._imp_curt_X byte-identical (verified: 61 old == 61 new).
    
    Verified: compiles clean; 61 params in every section; dialogQ add* == dialogA
    getNext* == 61, verbatim order (pairing preserved); interleaved non-curt
    air_/fgnd_ decls intact. Relieves setProperties 54865->52127, dialogQuestions
    22385->21267, clone -503B (the methods our pose work grows).
    
    NOTE: getProperties READER stays 63291/65535 - its bloat is ~1103 NON-curt
    getProperty reads (curt reads were already in getPropertiesCuasRT since 06/12);
    relieving it needs a separate non-curt extraction (flagged for Andrey).
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    042a0c4b
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...