Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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.
- Host: GitHub
- URL: https://github.com/Pauly91/Rotation_Translation_Finder
- Owner: Pauly91
- Created: 2015-05-25T11:39:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T11:53:23.000Z (over 9 years ago)
- Last Synced: 2024-08-03T13:14:01.346Z (3 months ago)
- Language: C
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.