Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Pauly91/Rotation_Translation_Finder

This is a c implementation of the algorithm described by Arun K S et al to find Rotation Matrix and Translation Vector of related 3D point sets. The algorithm can be extensively used in camera calibration for stereo vision applications.
https://github.com/Pauly91/Rotation_Translation_Finder

Last synced: about 2 months ago
JSON representation

This is a c implementation of the algorithm described by Arun K S et al to find Rotation Matrix and Translation Vector of related 3D point sets. The algorithm can be extensively used in camera calibration for stereo vision applications.

Awesome Lists containing this project

README

        

# Rotation_Translation_Finder
This is a c implementation of the algorithm described by Arun K S et al to find Rotation Matrix and Translation Vector of related 3D point sets. The algorithm can be extensively used in camera calibration for stereo vision applications.