X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/b819e0432190f4c66d2e074345bec1da7a07ed13..a3490abb2f472827f39b061c55029949ebb3eba5:/dsp_files/opening.dsp diff --git a/dsp_files/opening.dsp b/dsp_files/opening.dsp index 38a8e20..29d985c 100644 --- a/dsp_files/opening.dsp +++ b/dsp_files/opening.dsp @@ -32,9 +32,9 @@ erosions(x, y, iter) = seq(i, iter, erosion_square(x,y)); open(x, y, iter) = erosions(x, y, iter) : dilations(x, y, iter); close(x, y, iter) = dilations(x, y, iter) : erosions(x, y, iter); -//process = dilation(112, 3); +process = dilation(112, 3); //process = erosion(119, 10); //process = opening(119, 10); -process = close(119, 123, 6); +//process = close(119, 123, 1);