X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/4ecbf362e0d1d0abb9a7f0e9af8322472f28f7d1..a3490abb2f472827f39b061c55029949ebb3eba5:/dsp_files/opening.dsp diff --git a/dsp_files/opening.dsp b/dsp_files/opening.dsp index 93707bf..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, 1); +//process = close(119, 123, 1);