]> mj.ucw.cz Git - libucw.git/blob - images/sig-cmp.c
tableprinter: update of user-defined column types
[libucw.git] / images / sig-cmp.c
1 /*
2  *      Image Library -- Comparisions of image signatures
3  *
4  *      (c) 2006 Pavel Charvat <pchar@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 #undef LOCAL_DEBUG
11
12 #include <ucw/lib.h>
13 #include <images/math.h>
14 #include <images/images.h>
15 #include <images/signature.h>
16
17 #include <stdio.h>
18
19 #define ASORT_PREFIX(x) image_signatures_dist_integrated_##x
20 #define ASORT_KEY_TYPE uint
21 #include <ucw/sorter/array-simple.h>
22
23 #define EXPLAIN
24 #include <images/sig-cmp-gen.h>
25 #include <images/sig-cmp-gen.h>