[OSGeo-Discuss] looking for OS softwre to stitch aerial photos automatically

2010-01-22 Thread Marco Lechner - FOSSGIS e.V.
Hi,

does anybody know a open source tool to stitch a bunch of aerial
photographs automatically by detecting similar pixelareas?
I know that GRASS is pretty good in processing images, but I there's no
funtion to patch a bunch of aerial photos by detecting similarities in
overlapping areas, I guess.
Hopefully, I'm wrong.

Marco

-- 
+++

FOSSGIS e.V.
die unabhängige Hilfe bei freier GIS-Software und freien Geodaten
www.fossgis.de

+
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] looking for OS softwre to stitch aerial photos automatically

2010-01-22 Thread Christopher Schmidt
On Fri, Jan 22, 2010 at 12:58:30PM +0100, Marco Lechner - FOSSGIS e.V. wrote:
 Hi,
 
 does anybody know a open source tool to stitch a bunch of aerial
 photographs automatically by detecting similar pixelareas?
 I know that GRASS is pretty good in processing images, but I there's no
 funtion to patch a bunch of aerial photos by detecting similarities in
 overlapping areas, I guess.
 Hopefully, I'm wrong.

Sounds like the kind of thing I'd expect ossim to have, but I never got it
to work.

Regards,
-- 
Christopher Schmidt
Web Developer
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] looking for OS softwre to stitch aerial photos automatically

2010-01-22 Thread Tim Waters
I'm aware of some semi-automatic stitching of areal imagery using
Hugin http://hugin.sourceforge.net/

Jeff has used it with video frames from a camera attached to a  kite:
http://unterbahn.com/2010/01/kite-video-generation-of-aerial-imagery/

And I'm very interested in using Hugin and other Panorama stiching
tools to help make cheap aerial imagery as one of the stages within
MapWarper.

Cheers,

Tim
http://thinkwhere.wordpress.com



2010/1/22 Marco Lechner - FOSSGIS e.V. marco.lech...@fossgis.de:
 Hi,

 does anybody know a open source tool to stitch a bunch of aerial
 photographs automatically by detecting similar pixelareas?
 I know that GRASS is pretty good in processing images, but I there's no
 funtion to patch a bunch of aerial photos by detecting similarities in
 overlapping areas, I guess.
 Hopefully, I'm wrong.

 Marco

 --
 +++

 FOSSGIS e.V.
 die unabhängige Hilfe bei freier GIS-Software und freien Geodaten
 www.fossgis.de

 +
 ___
 Discuss mailing list
 Discuss@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] looking for OS softwre to stitch aerial photos automatically

2010-01-22 Thread Markus Neteler
On Fri, Jan 22, 2010 at 12:58 PM, Marco Lechner - FOSSGIS e.V.
marco.lech...@fossgis.de wrote:
 Hi,

 does anybody know a open source tool to stitch a bunch of aerial
 photographs automatically by detecting similar pixelareas?
 I know that GRASS is pretty good in processing images, but I there's no
 funtion to patch a bunch of aerial photos by detecting similarities in
 overlapping areas, I guess.
 Hopefully, I'm wrong.

Yep :) Well, to be honest, the module need (severe?) updating:
http://grass.osgeo.org/wiki/Image_processing#Image_matching
- i.points.auto

Cheers
Markus
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] looking for OS softwre to stitch aerial photos automatically

2010-01-22 Thread Alex Mandel
I've been using Hugin in an attempt to do this process. While the
control point generation works out ok (note there are some licensing
restrictions due to patents in all the current algorithms) the stitching
never comes out quite right because of hugin's insistence on warping to
a projection that assumes a camera mounted on a stationary tripod.

In discussions with some of the OSSIM team, they are interested in this
area but the current app does not do this. Other options that have come
up are OpenCv and Nasa Image Workbench but both of these are programming
libraries and would require c/c++ coding.

It would be great to collaborate on getting this implemented in an OSGeo
project. I know several researchers with a need for a tool that does this.

Thanks,
Alex


Tim Waters wrote:
 I'm aware of some semi-automatic stitching of areal imagery using
 Hugin http://hugin.sourceforge.net/
 
 Jeff has used it with video frames from a camera attached to a  kite:
 http://unterbahn.com/2010/01/kite-video-generation-of-aerial-imagery/
 
 And I'm very interested in using Hugin and other Panorama stiching
 tools to help make cheap aerial imagery as one of the stages within
 MapWarper.
 
 Cheers,
 
 Tim
 http://thinkwhere.wordpress.com
 
 
 
 2010/1/22 Marco Lechner - FOSSGIS e.V. marco.lech...@fossgis.de:
 Hi,

 does anybody know a open source tool to stitch a bunch of aerial
 photographs automatically by detecting similar pixelareas?
 I know that GRASS is pretty good in processing images, but I there's no
 funtion to patch a bunch of aerial photos by detecting similarities in
 overlapping areas, I guess.
 Hopefully, I'm wrong.

 Marco

 --


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] looking for OS softwre to stitch aerial photos automatically

2010-01-22 Thread Stefan Steiniger
I am not sure what Opticks (opticks.org) can do by now really since I 
checked it last time... but you may have a look.


If you find something can you report back? so I can update my FOS GIS 
projects paper/map I am writing on.


The not complete image of the software map 2009 is here:
https://sourceforge.net/userapps/mediawiki/mentaer/index.php?title=FOS_GIS_Software_Map

stefan

Alex Mandel wrote:

I've been using Hugin in an attempt to do this process. While the
control point generation works out ok (note there are some licensing
restrictions due to patents in all the current algorithms) the stitching
never comes out quite right because of hugin's insistence on warping to
a projection that assumes a camera mounted on a stationary tripod.

In discussions with some of the OSSIM team, they are interested in this
area but the current app does not do this. Other options that have come
up are OpenCv and Nasa Image Workbench but both of these are programming
libraries and would require c/c++ coding.

It would be great to collaborate on getting this implemented in an OSGeo
project. I know several researchers with a need for a tool that does this.

Thanks,
Alex


Tim Waters wrote:

I'm aware of some semi-automatic stitching of areal imagery using
Hugin http://hugin.sourceforge.net/

Jeff has used it with video frames from a camera attached to a  kite:
http://unterbahn.com/2010/01/kite-video-generation-of-aerial-imagery/

And I'm very interested in using Hugin and other Panorama stiching
tools to help make cheap aerial imagery as one of the stages within
MapWarper.

Cheers,

Tim
http://thinkwhere.wordpress.com



2010/1/22 Marco Lechner - FOSSGIS e.V. marco.lech...@fossgis.de:

Hi,

does anybody know a open source tool to stitch a bunch of aerial
photographs automatically by detecting similar pixelareas?
I know that GRASS is pretty good in processing images, but I there's no
funtion to patch a bunch of aerial photos by detecting similarities in
overlapping areas, I guess.
Hopefully, I'm wrong.

Marco

--



___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss



___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] looking for OS softwre to stitch aerial photosautomatically

2010-01-22 Thread Streithorst, Kip
As an Opticks committer, I can say it does not do that out-of-the-box.

You could write something using our C++, Python or IDL interfaces.  We
have no current plans to add this capability, since the focus of Opticks
is MASINT and non-literal exploitation.

Kip

-Original Message-
From: discuss-boun...@lists.osgeo.org
[mailto:discuss-boun...@lists.osgeo.org] On Behalf Of Stefan Steiniger
Sent: Friday, January 22, 2010 2:12 PM
To: OSGeo Discussions
Subject: Re: [OSGeo-Discuss] looking for OS softwre to stitch aerial
photosautomatically

I am not sure what Opticks (opticks.org) can do by now really since I 
checked it last time... but you may have a look.

If you find something can you report back? so I can update my FOS GIS 
projects paper/map I am writing on.

The not complete image of the software map 2009 is here:
https://sourceforge.net/userapps/mediawiki/mentaer/index.php?title=FOS_G
IS_Software_Map

stefan

Alex Mandel wrote:
 I've been using Hugin in an attempt to do this process. While the
 control point generation works out ok (note there are some licensing
 restrictions due to patents in all the current algorithms) the
stitching
 never comes out quite right because of hugin's insistence on warping
to
 a projection that assumes a camera mounted on a stationary tripod.
 
 In discussions with some of the OSSIM team, they are interested in
this
 area but the current app does not do this. Other options that have
come
 up are OpenCv and Nasa Image Workbench but both of these are
programming
 libraries and would require c/c++ coding.
 
 It would be great to collaborate on getting this implemented in an
OSGeo
 project. I know several researchers with a need for a tool that does
this.
 
 Thanks,
 Alex
 
 
 Tim Waters wrote:
 I'm aware of some semi-automatic stitching of areal imagery using
 Hugin http://hugin.sourceforge.net/

 Jeff has used it with video frames from a camera attached to a  kite:
 http://unterbahn.com/2010/01/kite-video-generation-of-aerial-imagery/

 And I'm very interested in using Hugin and other Panorama stiching
 tools to help make cheap aerial imagery as one of the stages within
 MapWarper.

 Cheers,

 Tim
 http://thinkwhere.wordpress.com



 2010/1/22 Marco Lechner - FOSSGIS e.V. marco.lech...@fossgis.de:
 Hi,

 does anybody know a open source tool to stitch a bunch of aerial
 photographs automatically by detecting similar pixelareas?
 I know that GRASS is pretty good in processing images, but I there's
no
 funtion to patch a bunch of aerial photos by detecting similarities
in
 overlapping areas, I guess.
 Hopefully, I'm wrong.

 Marco

 --
 
 
 ___
 Discuss mailing list
 Discuss@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/discuss
 
 
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss



This message and any enclosures are intended only for the addressee.  Please  
notify the sender by email if you are not the intended recipient.  If you are  
not the intended recipient, you may not use, copy, disclose, or distribute this 
 
message or its contents or enclosures to any other person and any such actions  
may be unlawful.  Ball reserves the right to monitor and review all messages  
and enclosures sent to or from this email address.
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss