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
378e18bb
Commit
378e18bb
authored
Oct 02, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debugging, starting linked targets
parent
be9c0ae0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
2071 deletions
+113
-2071
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+110
-2067
CuasMotionLMA.java
src/main/java/com/elphel/imagej/cuas/CuasMotionLMA.java
+3
-4
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
378e18bb
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/java/com/elphel/imagej/cuas/CuasMotionLMA.java
View file @
378e18bb
...
...
@@ -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
...
...
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