File: cube.init

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 (7 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# Define the coordinates of 3D points used to compute the pose
# after the user click on their corresponding location in the image 
4                    # We define 4 3D points
 0.000  0.000  0.000 # First 3D point
 0.000  0.000  0.042
-0.042  0.000  0.042
-0.042  0.042  0.042 # Last 3D point