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
0e938474
Commit
0e938474
authored
Jan 01, 2020
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
just a comment
parent
a0240e91
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Correlation2d.java
...n/java/com/elphel/imagej/tileprocessor/Correlation2d.java
+2
-0
No files found.
src/main/java/com/elphel/imagej/tileprocessor/Correlation2d.java
View file @
0e938474
...
...
@@ -1809,6 +1809,8 @@ public class Correlation2d {
if
(
dbg_corr
!=
null
)
dbg_corr
[
npair
]
=
corr
;
if
(
dbg_weights
!=
null
)
dbg_weights
[
npair
]
=
filtWeight
;
// Normalize weight for each pair to compensate for different number of convex samples?
int
fcam
=
PAIRS
[
npair
][
0
];
int
scam
=
PAIRS
[
npair
][
1
];
for
(
int
i
=
1
;
i
<
filtWeight
.
length
;
i
++)
if
(
filtWeight
[
i
]
>
0.0
)
{
...
...
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