GithubHelp home page GithubHelp logo

unageek / similarity-transformation Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7 KB

Find parameters of similarity transformation (rotation, translation, and scaling)

License: MIT License

PowerShell 56.22% CMake 9.36% Shell 6.53% Batchfile 0.74% C++ 27.14%
3d cpp geometry least-squares similarity-transformation geometric-transformation

similarity-transformation's Introduction

similarity-transformation

Given two lists of points $(𝐩_i)_{i=1}^N$ and $(𝐪_i)_{i=1}^N$, SimilarityTransformation::estimate finds the common similarity transformation (rotation, translation, and scaling) that maps each $𝐩_i$ to $𝐪_i$.

Usage

This library consists of a single header file similarity_transformation.h.

The following dependencies are required:

See tests/test.cc for usage.

Implementation

The Gauss–Newton method is used to minimize the sum of squared errors $∑_{i=1}^N ‖𝐪_i - f(𝐩_i)‖^2$.

References

  1. C. Hertzberg, R. Wagner, U. Frese, and L. Schröder, Integrating Generic Sensor Fusion Algorithms with Sound State Representations through Encapsulation of Manifolds. https://doi.org/10.48550/arXiv.1107.1119

  2. J. Solà, J. Deray, and D. Atchuthan, A micro Lie theory for state estimation in robotics. https://doi.org/10.48550/arXiv.1812.01537

similarity-transformation's People

Contributors

unageek avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.