mceHDRMethod Enumeration |
![]() |
Namespace: MediaCy.IQL.Operations
Public Enumeration mceHDRMethod
Member name | Value | Description | |
---|---|---|---|
mchdrMerge | 0 | no tone mapping, the output image is a floating point type with extended dynamic range | |
mchdrGlobalToneMapping | 1 | global tone mapping is applied to the output image, the output image has the same type as input images | |
mchdrLocalToneMappingMean | 2 | local 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 | |
mchdrLocalToneMappingMed | 3 | local 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. |