File: cube_depth.xml

package info (click to toggle)
visp 3.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 119,296 kB
  • sloc: cpp: 500,914; ansic: 52,904; xml: 22,642; python: 7,365; java: 4,247; sh: 482; makefile: 237; objc: 145
file content (35 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (9)
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
<?xml version="1.0"?>
<conf>
  <depth_normal>
    <feature_estimation_method>2</feature_estimation_method>
    <PCL_plane_estimation>
      <method>2</method>
      <ransac_max_iter>200</ransac_max_iter>
      <ransac_threshold>0.001</ransac_threshold>
    </PCL_plane_estimation>
    <sampling_step>
      <step_X>2</step_X>
      <step_Y>2</step_Y>
    </sampling_step>
  </depth_normal>
  <depth_dense>
    <sampling_step>
      <step_X>4</step_X>
      <step_Y>4</step_Y>
    </sampling_step>
  </depth_dense>
  <camera>
    <px>383.9700012207</px>
    <py>383.9700012207</py>
    <u0>320.5035095215</u0>
    <v0>235.6029510498</v0>
  </camera>
  <face>
    <angle_appear>80</angle_appear>
    <angle_disappear>85</angle_disappear>
    <near_clipping>0.001</near_clipping>
    <far_clipping>5</far_clipping>
    <fov_clipping>1</fov_clipping>
  </face>
</conf>