package fr.unistra.pelican.util.morphology; /** * The abstract interface for all SE * @author lefevre * * @deprecated */ public interface StructuringElement { //public Object[] getPoints(); }