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
f531219b
Commit
f531219b
authored
Sep 29, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed results linking
parent
b6dfa4ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
OpticalFlow.java
...ain/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
+4
-0
No files found.
src/main/java/com/elphel/imagej/tileprocessor/OpticalFlow.java
View file @
f531219b
...
...
@@ -6106,6 +6106,10 @@ public class OpticalFlow {
if
(
debugLevel
>
-
4
)
{
System
.
out
.
println
(
"Skipping update of center CLT (it is read from "
+
center_CLT
.
getImagePath
()+
")."
);
}
if
(
cuas_centers
!=
null
)
{
cuas_centers
[
1
]
=
center_CLT
.
getImagePath
();
}
}
// setCenterAverage();
ImagePlus
imp_center_clt
=
center_CLT
.
showCenterClt
(
...
...
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