-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKUCAS.xml
More file actions
executable file
·44 lines (43 loc) · 981 Bytes
/
KUCAS.xml
File metadata and controls
executable file
·44 lines (43 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<conf>
<ecm>
<mask>
<size>5</size>
<nb_mask>180</nb_mask>
</mask>
<range>
<tracking>8</tracking>
</range>
<contrast>
<edge_threshold>10000</edge_threshold>
<mu1>0.5</mu1>
<mu2>0.5</mu2>
</contrast>
<sample>
<step>4</step>
</sample>
</ecm>
<klt>
<mask_border>5</mask_border>
<max_features>300</max_features>
<window_size>5</window_size>
<quality>0.015</quality>
<min_distance>8</min_distance>
<harris>0.01</harris>
<size_block>3</size_block>
<pyramid_lvl>3</pyramid_lvl>
</klt>
<camera>
<u0>955</u0>
<v0>530</v0>
<px>12500</px>
<py>12500</py>
</camera>
<face>
<angle_appear>80</angle_appear>
<angle_disappear>85</angle_disappear>
<near_clipping>100</near_clipping>
<far_clipping>10000</far_clipping>
<fov_clipping>0</fov_clipping>
</face>
</conf>