]> mj.ucw.cz Git - libucw.git/blob - cf/images
cd7f61ed199a61afbd7830e0cb24db410529eb6a
[libucw.git] / cf / images
1 # Configuration of the image library (included by cf/sherlock)
2
3 ######## General parameters #####################################################
4
5 Images {
6 }
7
8 ######## Image signatures #######################################################
9
10 ImageSig {
11
12 MinWidth        16
13 MinHeight       16
14
15 PreQuantThresholds      9 20 20 20 25 25 30 30 40 40 50 50 60 60 60
16 PostQuantMinSteps       2
17 PostQuantMaxSteps       10
18 PostQuantThreshold      1
19
20 TexturedThreshold       0.32
21
22 CompareMethod           2
23
24 # Array of multiplicative constants in feature vectors distance computation 
25 # (L, u, v, LH, HL, HH, H0, H1, H2). Each one must be in range 0..15.
26 CompareFeaturesWeights  1 2 2 1 1 1 1 1 1
27
28 }
29
30 ######## Duplicates finder ######################################################
31
32 ImageDup {
33 }
34