]> mj.ucw.cz Git - libucw.git/blob - cf/images
experiment - store relative centroid position for each image region
[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 BorderSize              0.4
21 BorderBonus             -50
22
23 InertiaScale            2 0.5 0.05
24
25 TexturedThreshold       0.32
26
27 # Signatures comparision method (integrated|fuzzy|average):
28 #
29 #   integrated
30 #       James Z. Wang, Jia Li and Gio Wiederhold,
31 #       "SIMPLIcity: Semantics-Sensitive Integrated Matching for Picture Libraries",
32 #       IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 23, no. 9, pp. 947-963, 2001.
33 #
34 #   fuzzy
35 #       Yixin Chen and James Z. Wang,
36 #       "A Region-Based Fuzzy Feature Matching Approach to Content-Based Image Retrieval",
37 #       IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 24, no. 9, pp. 1252-1267, 2002.
38 #
39 #   average
40 #       Simple distance of image features averages (ignores segmentation).
41 #
42 CompareMethod           integrated
43
44 # Array of multiplicative constants in feature vectors distance computation
45 # (L, u, v, LH, HL, HH, I1, I2, I3, X, Y). Each one must be in range 0..15, default is 4.
46 CompareFeaturesWeights  4 8 8 4 4 4 4 4 4 4 4
47
48 }
49
50 ######## Duplicates finder ######################################################
51
52 ImageDup {
53 }
54