https://github.com/ignf/libori
https://github.com/ignf/libori
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignf/libori
- Owner: IGNF
- License: mit
- Created: 2016-03-30T09:14:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T12:30:24.000Z (over 8 years ago)
- Last Synced: 2025-01-16T09:55:49.967Z (about 1 year ago)
- Language: C++
- Size: 45.9 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libOri
Basic C++ library to read, write and use image orientation files.
Supported formats:
- [IGN/MATIS](http://recherche.ign.fr/labos/matis/accueilMATIS.php) .ori.xml
- [IGN/iTowns](http://github.com/itowns/) .json
Available models
- conic model with or without polynomial distortion
- spheric model
## Optional Dependencies
- [TinyXML](https://sourceforge.net/projects/tinyxml/) (.ori.xml support)
- [JSON](http://json.org/) (iTowns .json support) : ```sudo apt-get install libjsoncpp-dev```
- [PBRT](http://pbrt.org/) and [OpenCV](http://opencv.org/) (raytracing module)