From: WANG <wang@wang-OptiPlex-780.(none)>
Date: Tue, 27 Aug 2013 16:25:05 +0000 (+0200)
Subject: Erosion and dilasion by square successfully tested.
X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/commitdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68?ds=sidebyside

Erosion and dilasion by square successfully tested.
---

diff --git a/dsp_files/fft2d.dsp b/dsp_files/fft2d.dsp
index 870c1e2..2f12748 100644
--- 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);