2 * Image Library -- Comparisions of image signatures
4 * (c) 2006 Pavel Charvat <pchar@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
13 #include "images/math.h"
14 #include "images/images.h"
15 #include "images/signature.h"
19 #define ASORT_PREFIX(x) image_signatures_dist_integrated_##x
20 #define ASORT_KEY_TYPE uns
21 #define ASORT_ELT(i) items[i]
22 #define ASORT_EXTRA_ARGS , uns *items
23 #include "ucw/arraysort.h"
26 #include "images/sig-cmp-gen.h"
27 #include "images/sig-cmp-gen.h"