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
0c711ac1
Commit
0c711ac1
authored
Apr 13, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments
parent
94868cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+3
-2
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
0c711ac1
...
...
@@ -1579,7 +1579,8 @@ public class CuasMotion {
* @param targets - targets for a single keyframe
* @return
*/
// Verify if the scenes are consecutive, not with some step ! They could now use a step not to correlate each pair after LPF of the input data
// It could be wrong in the current code (04/12/2026)
public
double
[][][]
targetPxPyD
(
// original
final
double
[][]
targets
)
{
final
int
half_accum_range
=
getSeqLength
()/
2
;
...
...
@@ -1638,7 +1639,7 @@ public class CuasMotion {
double
yc
=
tileSize
*
tileY
+
tileSize
/
2
;
double
xtk
=
xc
+
target
[
CuasMotionLMA
.
RSLT_X
];
double
ytk
=
yc
+
target
[
CuasMotionLMA
.
RSLT_Y
];
double
vx
=
target
[
CuasMotionLMA
.
RSLT_VX
]/
corr_offset
;
// here vx is pixel offset between consecutive frames
double
vx
=
target
[
CuasMotionLMA
.
RSLT_VX
]/
corr_offset
;
// here vx is pixel offset between consecutive frames
?
double
vy
=
target
[
CuasMotionLMA
.
RSLT_VY
]/
corr_offset
;
double
disp
=
disparity
;
// target[CuasMotionLMA.RSLT_DISPARITY];
if
(
Double
.
isNaN
(
disp
))
{
...
...
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