Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

12 lines (11 loc) · 1.05 KB

Algos

Just a collection of various algorithms I encountered during my journey as developer. For each of them I try to add some notes to describe the rationale and the derivation.

Table of Contents

  • Angles: collection of methods to work with angles
  • SO(3): Lie group and Lie algebra for 3D rotation matrices
  • Minimum Covariance Determinat: robust covariance estimation in presence of outliers
  • Quaternion: collection of methods to work with quaternions
  • Umeyama-Kabsch: find best alignment between two set of corresponding points
  • Unscented transform: estimate the result of applying a nonlinear transformation to a probability distribution characterized by its mean and covariance

⚠️ Disclaimer ⚠️

All the material here has been developed just for fun and curiosity. The code might be not the best algorithm implementation and the notes may contain errors. If you have found any errors or you have suggestions let me know! 😄