2 * Image Library -- Comparitions 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.
14 #include "images/math.h"
15 #include "images/images.h"
16 #include "images/signature.h"
20 #define ASORT_PREFIX(x) image_signatures_dist_integrated_##x
21 #define ASORT_KEY_TYPE uns
22 #define ASORT_ELT(i) items[i]
23 #define ASORT_EXTRA_ARGS , uns *items
24 #include "lib/arraysort.h"
27 #include "images/sig-cmp-gen.h"
28 #include "images/sig-cmp-gen.h"