]> mj.ucw.cz Git - libucw.git/blob - cf/images
improved image segmentation... thresholds are unbalanced yet
[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 9 25 25 100 100 400 400 1000 1000 1000 1000 4000 10000 10000 10000
16 PostQuantMinSteps       2
17 PostQuantMaxSteps       10
18 PostQuantThreshold      2
19
20 }
21
22 ######## Duplicates finder ######################################################
23
24 ImageDup {
25 }
26