MariM,
Thanks for replying - I was probably over generalizing my description (my apologies). To answer your question, the .JPEG has no .JPW file (as the images are not georeferenced). Each JPEG image was converted from a raw .DNG file with an associated .NFO file (info). The .NFO file contains flight information from the sensor at the time that each image was captured. The .NFO File includes such information as the date, time, camera info (sensor type, focal length, instantaneous filed of view etc.), image width/height, GPS Lat/Long in Radian and in Degrees, GPS Altitude, and Vehicle information such as Pitch, Yaw, and Roll.
As part of another process (and because ENVI doesn't read .DNG files) A converter was used to go from .DNG > .JPG. During the conversion process, an EXIF (Exchange Image File Format) format converts the information in the .NFO file and stores it in the .JPG file metadata with the appropriate Metadata tags. We have been using a 3rd party software called Pix4D that has the ability to read the metadata from the .JPEG, and georeference and mosaic a large number (thousands) of images all at once. I am trying to determine if it is possible to do something similar at a smaller scale (only a few images) in ENVI, with the same data.
So my first task was to find a way to georeference the images. This is what I described in the original message, and I did this by manipulating a .pro file that I received to extract information from the original .NFO file. The information that I extracted included the GPS Latitude (in degrees), GPS Longitude (in degrees), and the Yaw - rotation (in degrees). It is my believe that the Lat/Long Coordinates are for the Lower Left corner of the image. After running the script, the images have all been placed in the approximately correct geographic space but they do not overlap well enough to run a mosaic. This is where I started to explore the capabilities of ENVI to generate tie points automatically. If I only had to do the process a few times, I don't think that it would be an issue to generate tie points manually, but if I have multiple images - the process becomes more time consuming and a less viable option.
Thanks for your time, and sorry for the wall of text.
Chris
|