• 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
..
calibration Loading commit data...
cameras Loading commit data...
common Loading commit data...
correction Loading commit data...
cuas Loading commit data...
dct Loading commit data...
gpu Loading commit data...
ims Loading commit data...
jp4 Loading commit data...
lwir Loading commit data...
mcp Loading commit data...
orthomosaic Loading commit data...
readers Loading commit data...
tensorflow Loading commit data...
tileprocessor Loading commit data...
vegetation Loading commit data...
x3d/export Loading commit data...