comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » mosaic two images in direct graphics
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Mosaic [message #52024 is a reply to message #51415] Thu, 21 December 2006 11:03 Go to previous messageGo to previous message
bujji is currently offline  bujji
Messages: 10
Registered: October 2005
Junior Member
David,
thanx for your reply.
but i want to know a generic way to automatically mosaic the
geo-referenced images.

please let me know how to define "dims" also. and my images are gray
scale images.

regards,
prahlad



David Streutker wrote:
> X0 and Y0 are vectors which contain the starting pixels for each of
> your input images, with respect to the output mosaic. For example, if
> you are mosaicking four 100 x 100 images into one 200 x 200 image,
> then:
>
> X0 = [0, 0, 100, 100]
> Y0 = [0, 100, 0, 100]
>
> (I can't remember if these are referenced from the upper left or lower
> left corner.)
>
> POS determines which bands of the input files to include, and in what
> order. If there are two bands in the four files listed above, use
> something like this:
>
> POS = rebin(lindgen(2), 2, 4)
>
> print, POS
> 0 1
> 0 1
> 0 1
> 0 1
>
> Hope that helps,
> David
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Painfully slow IDL startup
Next Topic: Re: Envi: suggest how to save gcps to an ascii file

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 22:43:27 PDT 2025

Total time taken to generate the page: 1.04324 seconds