Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
dragon.json
1{
2 "camera": {
3 "intrinsics": {
4 "model": "perspectiveWithoutDistortion",
5 "px": 607.178,
6 "py": 607.234,
7 "u0": 321.391,
8 "v0": 241.918
9 },
10 "height": 480,
11 "width": 640
12 },
13 "vvs": {
14 "gain": 1.0,
15 "maxIterations": 10,
16 "mu": 0.01,
17 "muIterFactor": 0.1
18 },
19 "model": "data/dragon/dragon.bam",
20 "silhouetteExtractionSettings": {
21 "threshold": {
22 "type": "relative",
23 "value": 0.1
24 },
25 "sampling": {
26 "samplingRate": 1,
27 "numPoints": 512,
28 "reusePreviousPoints": true
29 }
30 },
31 "mask": {
32 "type": "histogram",
33 "bins": 32,
34 "objectUpdateRate": 0.1,
35 "backgroundUpdateRate": 0.1,
36 "maxDepthError": 0.01,
37 "computeOnlyOnBoundingBox": false
38 },
39 "drift": {
40 "type": "probabilistic",
41 "colorUpdateRate": 0.25,
42 "initialColorSigma": 25.0,
43 "depthSigma": 0.025,
44 "filteringMaxDistance": 0.001,
45 "minDistanceNewPoints": 0.005
46 },
47 "features": [
48 {
49 "type": "silhouetteColor",
50 "weight": 0.1,
51 "useMask": true,
52 "minMaskConfidence": 0.8,
53 "ccd": {
54 "h": 32,
55 "delta_h": 2,
56 "min_h": 16
57 }
58 },
59 {
60 "type": "klt",
61 "weight": 1,
62 "useMask": true,
63 "minMaskConfidence": 0.5,
64 "maxReprojectionErrorPixels": 5.0,
65 "newPointsMinPixelDistance": 4,
66 "minimumNumPoints": 20,
67 "blockSize": 5,
68 "useHarris": true,
69 "harris": 0.05,
70 "maxFeatures": 500,
71 "minDistance": 5.0,
72 "pyramidLevels": 3,
73 "quality": 0.01,
74 "windowSize": 5
75 }
76 ]
77}