projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Erosion and dilasion by square successfully tested.
[Faustine.git]
/
dsp_files
/
fft2d.dsp
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);
-process = new_fft2d(32,32);
+
+//process = new_fft2d(32,32);