1 # Configuration of the image library (included by cf/sherlock)
3 ######## General parameters #####################################################
8 ######## Image signatures #######################################################
15 PreQuantThresholds 9 20 20 20 25 25 30 30 40 40 50 50 60 60 60
23 TexturedThreshold 0.32
25 # Signatures comparision method (integrated|fuzzy) - based on:
28 # James Z. Wang, Jia Li and Gio Wiederhold,
29 # "SIMPLIcity: Semantics-Sensitive Integrated Matching for Picture Libraries",
30 # IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 23, no. 9, pp. 947-963, 2001.
33 # Yixin Chen and James Z. Wang,
34 # "A Region-Based Fuzzy Feature Matching Approach to Content-Based Image Retrieval",
35 # IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 24, no. 9, pp. 1252-1267, 2002.
37 CompareMethod integrated
39 # Array of multiplicative constants in feature vectors distance computation
40 # (L, u, v, LH, HL, HH, H0, H1, H2). Each one must be in range 0..15.
41 CompareFeaturesWeights 1 2 2 1 1 1 1 1 1
45 ######## Duplicates finder ######################################################