Skip to content

Commit c53674f

Browse files
committed
Update README.md
1 parent 17e29f3 commit c53674f

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

README.md

+46-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,52 @@ to run the system.
125125

126126
Outputs
127127
-----------
128-
The outputs are saved in a directory named by a time string under '~/slam_results'. The outputs include three files:
128+
The outputs are saved in a directory named by a time string under '~/slam_results'. The outputs include 3D map points,
129+
camera poses, feature points and input video paths. Here is an example of the outputs of three cameras:
130+
131+
~/slam_results/13-09-10=21-32/input_videos.txt #paths of input video sequences
132+
~/slam_results/13-09-10=21-32/mappts.txt #3D map points
133+
~/slam_results/13-09-10=21-32/0_campose.txt #camera poses
134+
~/slam_results/13-09-10=21-32/1_campose.txt
135+
~/slam_results/13-09-10=21-32/2_campose.txt
136+
~/slam_results/13-09-10=21-32/0_featpts.txt #feature points
137+
~/slam_results/13-09-10=21-32/1_featpts.txt
138+
~/slam_results/13-09-10=21-32/2_featpts.txt
139+
140+
141+
* input_video.txt
142+
143+
<absolute path of video #1>
144+
<intrinsic parameters>
145+
<five distortion parameters>
146+
<image resolution>
147+
......
148+
<absolute path of video #2>
149+
......
150+
151+
* mappts.txt
152+
153+
<number of map points>
154+
<random id #1>
155+
<x y z>
156+
<3x3 covariance>
157+
<random id #2>
158+
......
159+
160+
* x_campose.txt
161+
162+
<number of frames>
163+
<frame number>
164+
<3x3 Rotation matrix> <3x1 translation vector>
165+
......
166+
167+
* x_featpts.txt
168+
169+
<number of frames>
170+
<frame number> <number of feature points>
171+
<random id> <x y> <random id> <x y>, .....,
172+
<frame number> <number of feature points>
173+
......
129174

130175
Contribute to CoSLAM
131176
-----------

0 commit comments

Comments
 (0)