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
603fc517
Commit
603fc517
authored
Aug 12, 2022
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
0349faa4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
IntersceneMatchParameters.java
...lphel/imagej/tileprocessor/IntersceneMatchParameters.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/tileprocessor/IntersceneMatchParameters.java
View file @
603fc517
...
...
@@ -561,7 +561,7 @@ public class IntersceneMatchParameters {
gd
.
addNumericField
(
"Number of good neighbors"
,
this
.
disp_boost_neibs
,
0
,
3
,
""
,
"Number of neighbors (of 8) to have small disparity difference to boost FOM."
);
gd
.
addNumericField
(
"Boost amount"
,
this
.
disp_boost_amount
,
5
,
7
,
"x"
,
"Multiply FOM by this value if number of neighbors is exactly minimal. S
a
cale proportional to the total number of neighbors."
);
"Multiply FOM by this value if number of neighbors is exactly minimal. Scale proportional to the total number of neighbors."
);
gd
.
addTab
(
"Inter-Match"
,
"Parameters for full-resolution scene matching"
);
...
...
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