Re: Clip Raster Image Pair by Overlapping Area using Python

2014-05-19 Thread mikejohnryan08
On Monday, May 19, 2014 9:17:05 PM UTC-4, Chris Angelico wrote: > On Tue, May 20, 2014 at 11:05 AM, wrote: > > > I have a set of aerial images which I am trying to clip by their > > overlapping areas, for use in a more involved program I am writing with PIL. > > > > > > What would be the best

Clip Raster Image Pair by Overlapping Area using Python

2014-05-19 Thread mikejohnryan08
Hello, I have a set of aerial images which I am trying to clip by their overlapping areas, for use in a more involved program I am writing with PIL. What would be the best method with Python to extract the overlapping area from a pair of images? I know there are libraries out there that could

Re: Python Image Registration and Cropping?

2014-05-04 Thread mikejohnryan08
On Sunday, May 4, 2014 11:51:00 AM UTC-4, Ian wrote: > On Sun, May 4, 2014 at 7:24 AM, Dave Angel wrote: > > > mikejohnrya...@gmail.com Wrote in message: > > >> Hello, > > >> > > >> Is there a Python tool or function that can register two images together > >> (line them up visually), and then

Python Image Registration and Cropping?

2014-05-03 Thread mikejohnryan08
Hello, Is there a Python tool or function that can register two images together (line them up visually), and then crop them to the common overlap area? I'm assuming this can probably be done with Python Imaging Library but I'm not very familiar with it yet. Any help or advice is appreciated!