Click or drag to resize

mceHDRMethod Enumeration

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mceHDRMethod
Members
  Member nameValueDescription
mchdrMerge0no tone mapping, the output image is a floating point type with extended dynamic range
mchdrGlobalToneMapping1global tone mapping is applied to the output image, the output image has the same type as input images
mchdrLocalToneMappingMean2local tone mapping based on local Mean is applied to the output image, it increases contrast of small details. The output image has the same type as input images
mchdrLocalToneMappingMed3local tone mapping based on local Median is applied to the output image, it increases contrast of small details, the method doesn't produce halos as can be in case of Mean, but more computation expensive. The output image has the same type as input images.
See Also