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
45f2bf7b
Commit
45f2bf7b
authored
Jul 25, 2022
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
54256ab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
QuadCLTCPU.java
...main/java/com/elphel/imagej/tileprocessor/QuadCLTCPU.java
+5
-1
No files found.
src/main/java/com/elphel/imagej/tileprocessor/QuadCLTCPU.java
View file @
45f2bf7b
...
...
@@ -1137,7 +1137,11 @@ public class QuadCLTCPU {
}
// try to restore DSI generated from interscene if available, if not use single-scene -DSI_MAIN
int
dsi_result
=
-
1
;
double
[][]
dsi_tmp
=
new
double
[
OpticalFlow
.
COMBO_DSN_TITLES
.
length
][];
int
max_length
=
OpticalFlow
.
COMBO_DSN_TITLES
.
length
;
if
(
max_length
<
TwoQuadCLT
.
DSI_SLICES
.
length
)
{
max_length
=
TwoQuadCLT
.
DSI_SLICES
.
length
;
}
double
[][]
dsi_tmp
=
new
double
[
max_length
][];
for
(
int
i
=
0
;
i
<
DSI_SUFFIXES
.
length
;
i
++)
{
dsi_result
=
restoreDSI
(
DSI_SUFFIXES
[
i
],
...
...
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