Skip to content

Java-routines to perform transformations between different coordinate-systems

Notifications You must be signed in to change notification settings

bogeo/coordtransf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

CoordTransf

CoordTransf is a collection of simple routines that allow to transform coordinates between different systems. Typically, these routines are used in surveying, cartographic mapping, computer graphics, or image processing. You are welcome to participate and to add more transformation stuff!

Supported transformations

  • Scaling, rotating and translating
  • Helmert-transformation for >= 3 pairs of identical points (usually residual mismatches for N > 3)
  • Affine transformation for >= 3 pairs of identical points
  • Bilinear transformation
  • Perspective-to-plane transformation

License information

This program is free software; you can redistribute it and/or modify it under the terms of the GNU GENERAL PUBLIC LICENSE Version 2. For further information please refer to LICENSE-file

Contributing

Please find information for contributing to the project in the separate CONTRIBUTE.md.

Support and Contact

If you encounter any issues with the software or if you would like to see certain functionality added, let me know at:

About

Java-routines to perform transformations between different coordinate-systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages