https://github.com/acj/fisheyeremover
A simple algorithm (and sample iOS project) for removing the fisheye effect from photos
https://github.com/acj/fisheyeremover
Last synced: over 1 year ago
JSON representation
A simple algorithm (and sample iOS project) for removing the fisheye effect from photos
- Host: GitHub
- URL: https://github.com/acj/fisheyeremover
- Owner: acj
- License: apache-2.0
- Created: 2015-05-09T16:15:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T16:41:25.000Z (about 11 years ago)
- Last Synced: 2025-01-04T09:08:55.867Z (over 1 year ago)
- Language: Objective-C
- Size: 3.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FishEyeRemover
A simple algorithm (and sample iOS project) for removing the fisheye effect from photos.
## Demo
Build and run the project to see the algorithm in action.
Sample output:

## Photo Compatibility
I tested this on photos from a GoPro Hero 3. It should work with any photo at any resolution, but the results will vary depending on the severity of the fisheye distortion and the parameters that you choose.
Refer to the source code (specifically `ViewController.m`) for tuning instructions.
## Credits
Based on an [algorithm](http://www.tannerhelland.com/4743/simple-algorithm-correcting-lens-distortion/) for correcting lens distortion by [Tanner Helland](http://www.tannerhelland.com).
## License
Apache 2. See `LICENSE` for details.