Commit b7ce93be authored by Andrey Filippov's avatar Andrey Filippov

Made refineMotionVectors work with fast targets

parent b691e9f3
......@@ -166,7 +166,7 @@ public class CuasMotionLMA {
"Phase1-index","Phase1-score","Phase1-amplitude","Phase1-mscore","Phase1-vstr",
"Phase1-vboost", "Phase1-exp_boost"};
public static final String EXTRA_SLICE_DISCARD_ON_LOAD = "Targets";
public static final int FAIL_PENDING = -1; // By Claude on 05/07/2026: motion sentinel — tile tracked but not yet processed by LMA
// public static final int FAIL_PENDING = -1; // By Claude on 05/07/2026: motion sentinel — tile tracked but not yet processed by LMA
public static final int FAIL_NONE = 0;
public static final int FAIL_MOTION = 1; // motion strength/fraction too low, also - motion score too low
public static final int FAIL_NO_MAX = 2; // no suitable local maximum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment