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
a41acf59
Commit
a41acf59
authored
Dec 19, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
implementng mdct/imdct
parent
4ebf5c11
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
315 additions
and
90 deletions
+315
-90
DttRad2.java
src/main/java/DttRad2.java
+313
-88
Eyesis_Correction.java
src/main/java/Eyesis_Correction.java
+2
-2
No files found.
src/main/java/DttRad2.java
View file @
a41acf59
This diff is collapsed.
Click to expand it.
src/main/java/Eyesis_Correction.java
View file @
a41acf59
...
...
@@ -2517,8 +2517,8 @@ private Panel panel1,panel2,panel3,panel4,panel5,panel5a, panel6,panel7,panelPos
x
[
1
]
=
1.0
;
y
=
dtt
.
dctiv_direct
(
x
);
xr
=
dtt
.
dctiv_direct
(
y
);
y1
=
dtt
.
dct
iv_recurs
(
x
);
xr1
=
dtt
.
dct
iv_recurs
(
y1
);
y1
=
dtt
.
dct
_iv
(
x
);
xr1
=
dtt
.
dct
_iv
(
y1
);
PlotWindow
.
noGridLines
=
false
;
// draw grid lines
...
...
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