00001 /* 00002 * Copyright (c) 1999, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Dennis Koelma (koelma@wins.uva.nl) 00007 * Edo Poll (poll@wins.uva.nl) 00008 * Marc Navarro (mnavarro@wins.uva.nl) 00009 * 00010 */ 00011 00014 #ifndef HxSquaredDistance_h 00015 #define HxSquaredDistance_h 00016 00017 00018 #include "HxImageRep.h" 00019 00020 00030 HxImageRep L_HXIMAGEREP 00031 HxSquaredDistance(HxImageRep im1, HxImageRep im2); 00032 00033 #endif