Changes between Version 18 and Version 19 of img2rr


Ignore:
Timestamp:
Oct 16, 2010, 7:38:58 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • img2rr

    v18 v19  
    11= img2rr =
    22
    3 This command creates reduced resolution images, also known as a pyramid image structure from the input image.
    4 Reduced resolution layers are created by iteratively downsampling the full resolution image.  The results are stored in a .ovr (overview) file.  This structure improves the efficiency of arbitrary access to different spatial resolutions and areas of interest.  The OSSIM library will automatically select the appropriate layer and area of interest for needed operations.
     3img2rr is a command line application used to create reduced resolution data sets for an image. These datasets are created by iteratively downsampling the full resolution image. The results are stored using a pyramid image structure called overviews. These overview files improve the efficiency of arbitrary access to different spatial resolutions and areas of interest. These are important if you want to zoom in and out of ossim applications like ossimplanet or imagelinker and are critical for rapid resizing using [wiki:orthoigen] and [wiki:igen].
     4
     5Overview files created by img2rr use a ".ovr" extension. img2rr will also create a ".omd" file which contains basic radiometry information. Users also have the option to create histogram files when generating overviews. These files have a ".his" file extension.
     6
    57
    68== Usage ==