Click or drag to resize

IMcHighDynamicRangeImage Interface

An interface implemented by McHighDynamicRangeImage.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcHighDynamicRangeImage

The IMcHighDynamicRangeImage type exposes the following members.

Properties
  NameDescription
Public propertyFilterSize
Defines the size of the filter used in mchdrLocalToneMappingXXX methods.
Public propertyHighLevel
Defines the intensity level above which (greater or equal) the values will be treated as saturated and not used for creation of HDR image.
Public propertyKeyValue
Tone mapping KeyValue.
Public propertyLowLevel
Defines the intensity level below which the values will be treated as noise and not used for creation of HDR image.
Public propertySaturation
Saturation value of output tone mapping.
Public propertyStrength
Defines the strength of local contrast filter used in mchdrLocalToneMappingXXX methods.
Top
Methods
  NameDescription
Public methodCreateImage
Creates a High Dynamic Range image.
Top
See Also