Commit 378e18bb authored by Andrey Filippov's avatar Andrey Filippov

Debugging, starting linked targets

parent be9c0ae0
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -90,9 +90,8 @@ public class CuasMotionLMA {
public static final int RSLT_DISP_DIFF=45;
public static final int RSLT_DISP_STR =46;
public static final int RSLT_RANGE = 47;
public static final int RSLT_LEN = RSLT_RANGE+1;
public static final int RSLT_GLOBAL = 48;
public static final int RSLT_LEN = RSLT_GLOBAL+1;
public static final String [] LMA_TITLES =
{"X-OFFS","Y-OFFS", "AMPLITUDE", "RADIUS","RAD_POS", "OVERSHOOT","OFFSET","RMSE","RMSE/A","MAX2A","ITERATIONS",
......@@ -108,7 +107,7 @@ public class CuasMotionLMA {
"*Q-AMPL","*Q-RMSE","*Q-RMSE/A","*Q-CENTER","*Q-MATCH","*Q-LENGTH","*QTRAVEL","*Q-SCORE",
"Stronger","Slow",
"WHEN", "FAILURE",
"Disparity","Disparity-Diff","Strength","Range"};
"Disparity","Disparity-Diff","Strength","Range","Global-index"};
public static final int FAIL_NONE = 0;
public static final int FAIL_MOTION = 1; // motion strength/fraction too low
......
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