From: Aaron on
I need to corret for barrel distortion in a number of images, all taken with the same camera at the same distance away from my target. Is a pin hole transform appropriate or will I need to create a polynomial transform? If I need to create a polynomial transfrom, are there any camera/lens calibration data sets availble?
From: Nicholas Kinar on
On 22/03/2010 1:34 PM, Aaron wrote:
> I need to corret for barrel distortion in a number of images, all taken
> with the same camera at the same distance away from my target. Is a pin
> hole transform appropriate or will I need to create a polynomial
> transform? If I need to create a polynomial transfrom, are there any
> camera/lens calibration data sets availble?

There's some information (and perhaps source code available) here about
barrel distortion correction:

http://www.all-in-one.ee/~dersch/barrel/barrel.html
http://www.all-in-one.ee/~dersch/

I also know of some papers which you can download here:

http://sprg.massey.ac.nz/pdfs/2003_IVCNZ_408.pdf
http://www.vassg.hu/pdf/vass_gg_2003_lo.pdf

Another excellent tutorial (including some source code) can be found here:

http://www.fho-emden.de/~hoffmann/bicubic03042002.pdf


From: Aaron on
Nicholas Kinar <n.kinar(a)usask.ca> wrote in message <4BA7CBA7.1080307(a)usask.ca>...
> On 22/03/2010 1:34 PM, Aaron wrote:
> > I need to corret for barrel distortion in a number of images, all taken
> > with the same camera at the same distance away from my target. Is a pin
> > hole transform appropriate or will I need to create a polynomial
> > transform? If I need to create a polynomial transfrom, are there any
> > camera/lens calibration data sets availble?
>
> There's some information (and perhaps source code available) here about
> barrel distortion correction:
>
> http://www.all-in-one.ee/~dersch/barrel/barrel.html
> http://www.all-in-one.ee/~dersch/
>
> I also know of some papers which you can download here:
>
> http://sprg.massey.ac.nz/pdfs/2003_IVCNZ_408.pdf
> http://www.vassg.hu/pdf/vass_gg_2003_lo.pdf
>
> Another excellent tutorial (including some source code) can be found here:
>
> http://www.fho-emden.de/~hoffmann/bicubic03042002.pdf
>

Nicholas,

Thanks!! This ougth to get me started.

Aaron