项目作者: bovine

项目描述 :
Algorithmic correction of fisheye lens distortion
高级语言: C++
项目地址: git://github.com/bovine/defish.git
创建时间: 2011-07-16T04:23:16Z
项目社区:https://github.com/bovine/defish

开源协议:

下载


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.

  1. jpegtopnm capture.jpg | defish-ppm | pnmtojpeg defish.jpg

Other interesting projects