Changes between Version 9 and Version 10 of orthoigen


Ignore:
Timestamp:
Oct 14, 2010, 7:45:37 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v9 v10  
    219219== Histogram Operations ==
    220220There are 4 different histogram operations available to create an output image. The options are mutually exclusive.
    221  * '''hist-auto-minmax''' uses the automatic search for the best min and max clip values.
    222  * '''hist-match''' Takes one image filename argument for target histogram to match.
    223  * '''hist-std-stretch''' Specify histogram stretch as a standard deviation from the mean as <int>, where <int> is 1, 2, or 3.
    224  * '''hist-stretch''' Specify in normalized percent the low  clip and then the high clip value as <low.dd> <hi.dd>.
    225 
     221 * '''hist-auto-minmax''' Automatically adjusts the histogram based on the min and max histogram values.
     222 * '''hist-match''' Automatically adjusts the histogram to match another image.
     223 * '''hist-std-stretch''' Histogram stretch using a standard deviation from the mean as <int>, where <int> is 1, 2, or 3.
     224 * '''hist-stretch''' Histogram stretch using a user defined min/max value. 
    226225
    227226== Tiling Template ==