Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
b7cd20d7
Commit
b7cd20d7
authored
May 24, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More tracking stage 1 scores
parent
29ff9963
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
458 deletions
+37
-458
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+31
-455
CuasMotionLMA.java
src/main/java/com/elphel/imagej/cuas/CuasMotionLMA.java
+6
-3
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
b7cd20d7
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/cuas/CuasMotionLMA.java
View file @
b7cd20d7
...
@@ -72,7 +72,7 @@ public class CuasMotionLMA {
...
@@ -72,7 +72,7 @@ public class CuasMotionLMA {
public
static
final
int
RSLT_ITERS
=
10
;
public
static
final
int
RSLT_ITERS
=
10
;
public
static
final
int
RSLT_CENTERED
=
11
;
//1: this target was evaluated in centered mode, 0 - was in non-centered, -1 - consumed in non-centered
public
static
final
int
RSLT_CENTERED
=
11
;
//1: this target was evaluated in centered mode, 0 - was in non-centered, -1 - consumed in non-centered
// add
// add
public
static
final
int
RSLT_
BOOST
=
12
;
// target accumulated with boosted "exposure time" (based scaled this)
public
static
final
int
RSLT_
EBOOST
=
12
;
// target accumulated with boosted "exposure time" (based scaled this)
public
static
final
int
RSLT_CENT_X
=
13
;
public
static
final
int
RSLT_CENT_X
=
13
;
public
static
final
int
RSLT_CENT_Y
=
14
;
public
static
final
int
RSLT_CENT_Y
=
14
;
public
static
final
int
RSLT_CENT_MX
=
15
;
public
static
final
int
RSLT_CENT_MX
=
15
;
...
@@ -133,7 +133,9 @@ public class CuasMotionLMA {
...
@@ -133,7 +133,9 @@ public class CuasMotionLMA {
public
static
final
int
RSLT_PHASE1_AMP
=
69
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_PHASE1_AMP
=
69
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_PHASE1_MSCORE
=
70
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_PHASE1_MSCORE
=
70
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_PHASE1_VSTR
=
71
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_PHASE1_VSTR
=
71
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_LEN
=
RSLT_PHASE1_VSTR
+
1
;
public
static
final
int
RSLT_PHASE1_VBOOST
=
72
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_PHASE1_EBOOST
=
73
;
// target index in phase 1 (to set minimal score for phase 1) - debug feature
public
static
final
int
RSLT_LEN
=
RSLT_PHASE1_EBOOST
+
1
;
public
static
final
String
[]
LMA_TITLES
=
public
static
final
String
[]
LMA_TITLES
=
{
"X-OFFS"
,
"Y-OFFS"
,
"AMPLITUDE"
,
"RADIUS"
,
"RAD_POS"
,
"OVERSHOOT"
,
"OFFSET"
,
"RMSE"
,
"RMSE/A"
,
"MAX2A"
,
"ITERATIONS"
,
{
"X-OFFS"
,
"Y-OFFS"
,
"AMPLITUDE"
,
"RADIUS"
,
"RAD_POS"
,
"OVERSHOOT"
,
"OFFSET"
,
"RMSE"
,
"RMSE/A"
,
"MAX2A"
,
"ITERATIONS"
,
...
@@ -153,7 +155,8 @@ public class CuasMotionLMA {
...
@@ -153,7 +155,8 @@ public class CuasMotionLMA {
"segment-length"
,
"segment-disparity"
,
"segment_disp-diff"
,
"segment-strength"
,
"segment-range"
,
"segment-length"
,
"segment-disparity"
,
"segment_disp-diff"
,
"segment-strength"
,
"segment-range"
,
"FLOG-px"
,
"FLOG-pY"
,
"FLOG-DISP"
,
"FLOG-range"
,
"infinity"
,
"FLOG-px"
,
"FLOG-pY"
,
"FLOG-DISP"
,
"FLOG-range"
,
"infinity"
,
"GTarget-ID"
,
"Vel-away"
,
"Vel-right"
,
"Vel-up"
,
"Range-linear"
,
"GTarget-ID"
,
"Vel-away"
,
"Vel-right"
,
"Vel-up"
,
"Range-linear"
,
"Phase1-index"
,
"Phase1-score"
,
"Phase1-amplitude"
,
"Phase1-mscore"
,
"Phase1-vstr"
};
"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
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_NONE
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment