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
d1be5d00
Commit
d1be5d00
authored
Jun 16, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moe on connection costs, adding parameters
parent
c44613be
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
388 additions
and
50 deletions
+388
-50
EyesisCorrectionParameters.java
src/main/java/EyesisCorrectionParameters.java
+66
-21
LinkPlanes.java
src/main/java/LinkPlanes.java
+202
-22
TilePlanes.java
src/main/java/TilePlanes.java
+1
-1
TileProcessor.java
src/main/java/TileProcessor.java
+119
-6
No files found.
src/main/java/EyesisCorrectionParameters.java
View file @
d1be5d00
This diff is collapsed.
Click to expand it.
src/main/java/LinkPlanes.java
View file @
d1be5d00
This diff is collapsed.
Click to expand it.
src/main/java/TilePlanes.java
View file @
d1be5d00
...
...
@@ -4594,7 +4594,7 @@ public class TilePlanes {
}
// Raise weight of the center part of the histogram - there can be originally distinct parallel planes
// alternatively - use planes_mod or star* and no histograms at all?
final
double
initial_trust_sigma
=
0.3
*
disp_tolerance
;
// TODO: use dispNorm !
final
double
initial_trust_sigma
=
0.3
*
disp_tolerance
;
// TODO: use dispNorm !
for
(
int
np
=
0
;
np
<
num_planes
;
np
++)
{
double
k_sigma
=
0.5
/(
initial_trust_sigma
*
initial_trust_sigma
);
for
(
int
nb
=
0
;
nb
<
steps
;
nb
++)
{
...
...
src/main/java/TileProcessor.java
View file @
d1be5d00
This diff is collapsed.
Click to expand it.
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