This is basically where I am with the dewarping. That radial warping and camera offset does make a pretty big difference, so I'm still trying to iron the bugs out of my code. Just for reference, Steve, how long does it take Java to completely dewarp an image? I'm just wondering if I'm actually getting a performance boost by using OpenCV...
In case you're interested, here's what I was using to correct for radial distortion:
I was getting black rings (PIL doesn't like float coordinates), so I just used the GIMP to correct this beforehand. How were you correcting for the radial distortion originally with JAI?
