Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70995

Re: Python Image Registration and Cropping?

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Python Image Registration and Cropping?
Date 2014-05-06 20:09 -0400
Organization IISS Elusive Unicorn
References <e12705fa-8f47-4046-8382-a52a9c17281b@googlegroups.com> <lk5en0$uir$1@ger.gmane.org> <mailman.9674.1399218711.18130.python-list@python.org> <9886ebf9-ba2c-48dc-aed0-81437c68faf2@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.9718.1399421372.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, 4 May 2014 17:56:11 -0700 (PDT), mikejohnryan08@gmail.com declaimed
the following:
>
>Thanks for the responses.  More specifically, my scenario is that I have many aerial image stereo-pairs, and need to register each pair together and crop them to their overlapping area.  The output should produce two images with the same field-of-view; and the only difference will be the perspective.  Still searching for a suitable module that can easily do this sort of thing.

	You've basically picked the most difficult situation... 

	Essentially there is no "overlap" area (there may be a visual overlap
/producing the 3D visual/) but in terms of registering pairs, there is
likely only one pixel in each image that can be considered "the same".

	Any module you find for registering images (for example, code to create
combine mosaics, or splice strips) assume that some part of the image will
be nearly /identical/ between the two shots... That implies shot from the
same location with maybe some distortion for lens (it is easier to stitch a
panorama when using many telephoto shots than to use fewer wide-angle
shots, due to perspective distortion).
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python Image Registration and Cropping? mikejohnryan08@gmail.com - 2014-05-03 14:47 -0700
  Re: Python Image Registration and Cropping? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-03 23:04 +0100
  Re:Python Image Registration and Cropping? Dave Angel <davea@davea.name> - 2014-05-04 09:24 -0400
  Re: Python Image Registration and Cropping? Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-04 09:51 -0600
    Re: Python Image Registration and Cropping? mikejohnryan08@gmail.com - 2014-05-04 17:56 -0700
      Re: Python Image Registration and Cropping? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-05-06 20:09 -0400

csiph-web