projects
/
Faustine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0a259be
)
Erosion and dilasion by square successfully tested.
author
WANG
<wang@wang-OptiPlex-780.(none)>
Tue, 27 Aug 2013 16:25:05 +0000
(18:25 +0200)
committer
WANG
<wang@wang-OptiPlex-780.(none)>
Tue, 27 Aug 2013 16:25:05 +0000
(18:25 +0200)
dsp_files/fft2d.dsp
patch
|
blob
|
history
diff --git
a/dsp_files/fft2d.dsp
b/dsp_files/fft2d.dsp
index
870c1e2
..
2f12748
100644
(file)
--- a/
dsp_files/fft2d.dsp
+++ b/
dsp_files/fft2d.dsp
@@
-44,7
+44,8
@@
new_fft2d(x, y) = normalize(y, GREY_MAX) : vectorize(x) : lines_fft(x, y) : matr
//safer with x=y because tests and zero padding are still to implement
//process = fft2d(32,32);
//safer with x=y because tests and zero padding are still to implement
//process = fft2d(32,32);
-process = new_fft2d(32,32);
+
+//process = new_fft2d(32,32);