forked from dr-ni/helmert3d
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
040ceca
commit a8db416
Showing
3 changed files
with
113 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.TH "helmert3d" 1 0.50 "26 Oct 2020" "User Manual" | ||
|
||
.SH NAME | ||
helmert3d | ||
|
||
.SH DESCRIPTION | ||
The 3D Helmert transformation. | ||
|
||
.SH SYNOPSIS | ||
helmert3d [xyz_filename] [helmert_param_filename] | ||
|
||
.SH FILES | ||
.TP | ||
xyz data file format: | ||
x[1] y[1] z[1] | ||
.. .. .. | ||
.. .. .. | ||
x[n] y[n] z[n] | ||
.TP | ||
helmert parameter file format: | ||
r11 r12 r13 | ||
r21 r22 r23 | ||
r31 r32 r33 | ||
tx ty tz | ||
m | ||
|
||
.SH EXAMPLE | ||
helmert3d examples/testpoints_src.txt examples/testpoints_params.txt | ||
|
||
.SH COPYRIGHT | ||
Copyright (C) 2011 Uwe Niethammer <[email protected]> | ||
All rights reserved. | ||
|
||
.SH SEE ALSO | ||
helmparms3d(1) | ||
|
||
.SH CONTACTS | ||
Website: http://helmparms3d.sourceforge.net/, https://github.com/dr-ni/helmparms3d | ||
Email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.TH "helmparms3d" 1 0.50 "26 Oct 2020" "User Manual" | ||
|
||
.SH NAME | ||
helmparms3d | ||
|
||
.SH DESCRIPTION | ||
The parameter computation for 3D Helmert transformation. | ||
|
||
.SH SYNOPSIS | ||
helmparms3d [xyz_src_points] [xyz_dest_points] [helmert_param_filename] | ||
|
||
.SH FILES | ||
.TP | ||
xyz data file format: | ||
x[1] y[1] z[1] | ||
.. .. .. | ||
.. .. .. | ||
x[n] y[n] z[n] | ||
.TP | ||
helmert parameter file format: | ||
r11 r12 r13 | ||
r21 r22 r23 | ||
r31 r32 r33 | ||
tx ty tz | ||
m | ||
|
||
.SH EXAMPLE | ||
helmparms3d examples/testpoints_src.txt examples/testpoints_dest.txt examples/testpoints_params.txt | ||
|
||
.SH COPYRIGHT | ||
Copyright (C) 2011 Uwe Niethammer <[email protected]> | ||
All rights reserved. | ||
|
||
.SH SEE ALSO | ||
helmert3d(1) | ||
|
||
.SH CONTACTS | ||
Website: http://helmparms3d.sourceforge.net/, https://github.com/dr-ni/helmparms3d | ||
Email: [email protected] |