Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vangogih/-scpt-systemcoordinateparameterstransformation

SCPT library with calculate 7,9 parameters of transformation system coordinates
https://github.com/vangogih/-scpt-systemcoordinateparameterstransformation

geo-coordinates mathematical-programming transformations

Last synced: 13 days ago
JSON representation

SCPT library with calculate 7,9 parameters of transformation system coordinates

Awesome Lists containing this project

README

        

# SystemCoordinateParametersTransformation
Algorithms culculate parameters of tranformation:
1. The calculation algorithm based on the [Newtonian iterative process (NIP)] (RUS) represent on page 6. [NIP code]

2. The calculation algorithm based on the [Linear Procedure (LP)] (RUS) represent on page 14. [LP code]

3. The calculation algorithm based on the [Singular Value Decomposition (SVD)] (ENG) founded on the source code of the program [helmparms3d]. [SVD code] | [SVD source code]

[Newtonian iterative process (NIP)]: http://dspace.kpfu.ru/xmlui/viewer?file=21592;06_046_A5-000558.pdf&sequence=1&isAllowed=y
[Linear Procedure (LP)]: http://dspace.kpfu.ru/xmlui/viewer?file=21592;06_046_A5-000558.pdf&sequence=1&isAllowed=y
[Singular Value Decomposition (SVD)]: https://arxiv.org/pdf/1806.00627.pdf
[helmparms3d]: http://helmparms3d.sourceforge.net

[NIP Code]: /SCPT/CalculateParameters/Transformation/NewtonIterationProcess.cs
[LP Code]: /SCPT/CalculateParameters/Transformation/LinearProcedure.cs
[SVD Code]: /SCPT/CalculateParameters/Transformation/SingularValueDecomposition.cs
[SVD source code]:https://sourceforge.net/projects/helmparms3d/files/