TIEVisionExposureMerger.run
 
Declaration
function run(performAlignment: bool32 = false; contrastWeight: single = 1.0; saturationWeight: single = 1.0; gamma: single = 1.0): TIEVisionImage; safecall;
Description
Perform exposure fusion and return a new image representing the tone-mapped HDR content.
 | Parameter |  Description |  
 |  performAlignment  |   If True the algorithm tries to align the images  |  
 |  contrastWeight  |   Contrast measure weight (>0.0)  |  
 |  saturationWeight  |   Saturation measure weight (>0.0)  |  
 |  gamma  |   Gamma correction (1 = linear map)  |  
 
Note: A shortcut method for this is available: 
MergeExposures