File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ static void help() {
20
20
<< " example_sfm_scene_reconstruction <path_to_file> <f> <cx> <cy>\n "
21
21
<< " where: path_to_file is the file absolute path into your system which contains\n "
22
22
<< " the list of images to use for reconstruction. \n "
23
- << " f is the focal lenght in pixels. \n "
23
+ << " f is the focal length in pixels. \n "
24
24
<< " cx is the image principal point x coordinates in pixels. \n "
25
25
<< " cy is the image principal point y coordinates in pixels. \n "
26
26
<< " ------------------------------------------------------------------------------------\n\n "
@@ -60,7 +60,7 @@ int main(int argc, char* argv[])
60
60
getdir ( argv[1 ], images_paths );
61
61
62
62
63
- // Build instrinsics
63
+ // Build intrinsics
64
64
65
65
float f = atof (argv[2 ]),
66
66
cx = atof (argv[3 ]), cy = atof (argv[4 ]);
@@ -156,4 +156,4 @@ int main(int argc, char* argv[])
156
156
window.spin ();
157
157
158
158
return 0 ;
159
- }
159
+ }
You can’t perform that action at this time.
0 commit comments