00001 /* 00002 * Copyright (c) 2002, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Dennis Koelma (koelma@science.uva.nl) 00007 * Carlo de Boer (cdeboer@science.uva.nl) 00008 * Leon Todoran (todoran@science.uva.nl) 00009 */ 00010 00013 #ifndef HxDilation_h 00014 #define HxDilation_h 00015 00016 00017 #include "HxSF.h" 00018 00019 00020 HxImageRep L_HXIMAGEREP 00021 HxDilation(HxImageRep im, HxSF sf); 00022 00023 00024 #endif