Changes between Version 38 and Version 39 of orthoigen


Ignore:
Timestamp:
Oct 15, 2010, 4:28:05 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v38 v39  
    222222ossim-orthoigen --wkt GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] <input files> <output>
    223223}}}
    224 
     224 * '''utm''': Reproject image to UTM. Example:
     225{{{
     226ossim-orthoigen --utm <input files> <output>
     227}}}
    225228 * '''input-proj''': Sets the output projection the input file. If multiple input files are supplied, orthoigen will use the projection of the first image in the image chain. Example:
    226229{{{
    227230ossim-orthoigen --input-proj <input files> <output>
    228231}}}
    229 
    230  * Other methods:
    231 {{{
    232 ossim-orthoigen --utm <input files> <output>
    233 ossim-orthoigen --geo-scaled <latitude> <input files> <output>
     232 * '''view-template''': Specify an external file that contains view information. Example:
     233{{{
    234234ossim-orthoigen --view-template view_template/utm_8.kwl <input files> <output>
    235235}}}
     
    282282
    283283
    284 
    285 == Misc Examples ==
    286 
    287  * BLEND thumbnail
     284== Mosaicking Options ==
     285When two or more images are supplied, orthoigen will create a mosaic. Users have the options to specify what mosaic to use:
     286 * '''ossimImageMosiac'''
     287 * '''ossimFeatherMosaic'''
     288 * '''osimBlendMosaic'''
     289
     290Example:
    288291{{{
    289292orthoigen /data/sanfran_ccf/foo.ccf /data/sanfran_map/sanfran_map.tif output/blend.jpg --combiner-type ossimBlendMosaic -t 512 --utm
    290 }}}     
     293}}}
     294
     295
     296== Tiling ==
     297
    291298 * 1024x1024 tiling
    292299{{{
     
    297304orthoigen --geo --tiling-template tiling_templates/orthoigen_srtm_3arc.kwl /data/ele1/DTED3arc/w100/n40.dt1 output/
    298305}}}
    299  * view-template
    300 {{{
    301 orthoigen --view-template view_template/utm_8.kwl /data/sanfran_ccf/foo.ccf output/utm8.jpg --thumbnail 1024
    302 }}}
     306