class point(int x, int y){ int x; int y; } std:vector v; class FlatSE() { FlatSE(int r){new FlatSE; this.makeBall(r);} void makeBall(int r){ for (int x=-r;x= erode(CImg im, FlatSE se) { /* * erode doit pour chaque point calculer la valeur min parmi les points * correspondant a FlatSE se. */ } CImg dilate(CImg im, FlatSE se)