Tone mapping operators. Constants used in FreeImage_ToneMapping.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public enum FREE_IMAGE_TMO |
| Visual Basic (Declaration) |
|---|
Public Enumeration FREE_IMAGE_TMO |
| Visual C++ |
|---|
public enum class FREE_IMAGE_TMO |
Members
| Member name | Description | |
|---|---|---|
| FITMO_DRAGO03 |
Adaptive logarithmic mapping (F. Drago, 2003)
| |
| FITMO_REINHARD05 |
Dynamic range reduction inspired by photoreceptor physiology (E. Reinhard, 2005)
| |
| FITMO_FATTAL02 |
Gradient domain high dynamic range compression (R. Fattal, 2002)
|