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
148f05fc
Commit
148f05fc
authored
Jan 15, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed scale in lpf
parent
40a59975
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ImageDtt.java
src/main/java/ImageDtt.java
+3
-2
No files found.
src/main/java/ImageDtt.java
View file @
148f05fc
...
@@ -608,9 +608,10 @@ public class ImageDtt {
...
@@ -608,9 +608,10 @@ public class ImageDtt {
final
double
[]
filter
=
dtt
.
dttt_iiie
(
filter_direct
);
final
double
[]
filter
=
dtt
.
dttt_iiie
(
filter_direct
);
final
double
[]
dbg_filter
=
dtt
.
dttt_ii
(
filter
);
final
double
[]
dbg_filter
=
dtt
.
dttt_ii
(
filter
);
for
(
int
i
=
0
;
i
<
filter
.
length
;
i
++)
filter
[
i
]
*=
dct_size
;
// for (int i=0; i < filter.length;i++) filter[i] *= dct_size;
for
(
int
i
=
0
;
i
<
filter
.
length
;
i
++)
filter
[
i
]
*=
2
*
dct_size
;
if
(
globalDebugLevel
>
-
1
)
{
if
(
globalDebugLevel
>
0
)
{
for
(
int
i
=
0
;
i
<
filter
.
length
;
i
++){
for
(
int
i
=
0
;
i
<
filter
.
length
;
i
++){
System
.
out
.
println
(
"dct_lpf_psf() "
+
i
+
": "
+
filter
[
i
]);
System
.
out
.
println
(
"dct_lpf_psf() "
+
i
+
": "
+
filter
[
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