|
A description of the different file formats of 3DTK3DTK supports a variety of file formats. New file formats can easily be added. Please be aware, that 3DTK uses for the internal representation a left-handed coordinate system, i.e., thumb = x-axis, index finger = y-coordinate, middle finger = z-coodinate. The z-coordinate is the depth axis. This is especially important when visualizing data with the the viewer To read a file in a specific file format, use
NAME is the name of the file format without the
scan_io , e.g., UOS for scan_io_uos .The SLAM program generates files scanXXX.frames, consisting of the
transformations computed from the scan matching. Each line contains a
4 × 4 OpenGL-style matrix and an integer representing the state
of the scan in the according iteration. The very last matrix is the
final transformation for registering the scan into the common
coordinate system. |