Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bovine/defish
Algorithmic correction of fisheye lens distortion
https://github.com/bovine/defish
fisheye fisheye-lens-distortion graphics-primitives netpbm panorama
Last synced: about 2 months ago
JSON representation
Algorithmic correction of fisheye lens distortion
- Host: GitHub
- URL: https://github.com/bovine/defish
- Owner: bovine
- Created: 2011-07-16T04:23:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T18:53:44.000Z (almost 4 years ago)
- Last Synced: 2024-11-01T10:51:31.450Z (about 2 months ago)
- Topics: fisheye, fisheye-lens-distortion, graphics-primitives, netpbm, panorama
- Language: C++
- Homepage:
- Size: 1.88 MB
- Stars: 66
- Watchers: 9
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
defish-ppm
==========Algorithmic correction of fisheye lens distortion, written in the style of a NetPBM graphics tool.
It takes no command-line arguments, and reads the image from from stdin. As with NetPBM-style utilities, you will likely need to combine other utilities to convert to/from the ppm format or do any additional image processing steps that you require.
jpegtopnm capture.jpg | defish-ppm | pnmtojpeg defish.jpg
Other interesting projects
--------------------------* NetPBM tools - http://netpbm.sourceforge.net/
* Hugin stitching software – http://hugin.sf.net/
* Hugin tutorial on creating architectural projection – a good reference for creating vertical lines – http://hugin.sourceforge.net/tutorials/architectural/
* Panini panorama viewer – https://sourceforge.net/projects/pvqt/
* Bruno Postle’s Panotools::Script toolkit – http://search.cpan.org/dist/Panotools-Script/
* 360 Cities: immersive panorama gallery to watch and publish – http://www.360cities.net
* TourWrist – yet another site to publish your panoramas – http://www.tourwrist.com/
* Salado Player: a free flash plugin to play a 360x180° image – http://panozona.com/wiki/SaladoPlayer:Quick_start
* VR5 pano viewer: a free HTML5 code to publish a 360x180° image – http://www.vrhabitat.com/#vr5
* Pannellum: a free HTML5 code to publish a 360x180° image – https://bitbucket.org/mpetroff/pannellum/
* PTViewer: a free java plugin to publish a 360x180° image – http://webuser.hs-furtwangen.de/~dersch/
* Helmut Dersch – pioneer Panoramatools developer – http://webuser.hs-furtwangen.de/~dersch/
* Salado Converter: converts images to use with Salado Player – http://panozona.com/wiki/SaladoConverter