Changes between Version 40 and Version 41 of orthoigen


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

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v40 v41  
    254254
    255255
     256
    256257== !Clipping/Subsetting ==
    257258orthoigen provides several methods for defining the output image extents:
     
    272273''ossim-orthoigen --resample-type bicubic --meters 2.0 input.ntf output.tif''
    273274}}}
     275
    274276
    275277
     
    282284
    283285
     286== Output Bit Depth ==
     287orthoigen allows users to specify the output bit depth. For example, suppose you have a NITF that is 11 bit and you want 8 bit out. The --scale-to-8-bit argument will force the output to 8 bits per pixel. Example:
     288{{{
     289ossim-orthoigen --scale-to-8-bit input.ntf output.tif
     290}}}
     291
     292
     293
    284294== Mosaicking Options ==
    285295When two or more images are supplied, orthoigen will create a mosaic. Users have the options to specify what mosaic to use via the --combiner-type argument:
    286296 * '''ossimImageMosiac'''
    287297 * '''ossimFeatherMosaic'''
    288  * '''osimBlendMosaic'''
     298 * '''ossimBlendMosaic'''
    289299
    290300