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
9dacd956
Commit
9dacd956
authored
May 21, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Next working snapshot
parent
f2fc939c
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
28 deletions
+107
-28
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+105
-26
IntersceneMatchParameters.java
...lphel/imagej/tileprocessor/IntersceneMatchParameters.java
+2
-2
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
9dacd956
This diff is collapsed.
Click to expand it.
src/main/java/com/elphel/imagej/tileprocessor/IntersceneMatchParameters.java
View file @
9dacd956
...
...
@@ -2809,7 +2809,7 @@ min_str_neib_fpn 0.35
"Add to coordinates when looking for the mask value ."
);
gd
.
addNumericField
(
"Maximums separation fraction"
,
this
.
cuas_lmax_fraction
,
5
,
8
,
""
,
"Check if local maximum is separated from t
y
e surrounding by this fraction of the maximum value."
);
"Check if local maximum is separated from t
h
e surrounding by this fraction of the maximum value."
);
gd
.
addNumericField
(
"Hack for ridges"
,
this
.
cuas_lmax_hack_ridge
,
5
,
8
,
""
,
"Remove horizontal streaks, where average(abs()) for the line exceeds fraction of abs max(0.32-good max, 0.55 - bad max)."
);
gd
.
addNumericField
(
"Maximums separation radius"
,
this
.
cuas_lmax_radius
,
5
,
8
,
"pix"
,
...
...
@@ -2987,7 +2987,7 @@ min_str_neib_fpn 0.35
gd
.
addNumericField
(
"Image range"
,
this
.
cuas_input_range
,
5
,
8
,
"10mK"
,
"Dispaly pixel values range (1.0 ~= 10 mK)."
);
gd
.
addCheckbox
(
"Scale images twice"
,
this
.
cuas_scale2x
,
"Scale imges to 1280x1024 for higher annotation quality."
);
"Scale im
a
ges to 1280x1024 for higher annotation quality."
);
gd
.
addCheckbox
(
"Smooth background with runnong average"
,
this
.
cuas_ra_background
,
"Apply running average to the background of the moving targets (false - use high-noise no-averaged images."
);
...
...
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