FreeImage.TmoReinhard05 Method

FreeImage.NET

FreeImageTmoReinhard05 Method
Converts a High Dynamic Range image to a 24-bit RGB image using a global operator inspired by photoreceptor physiology of the human visual system.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIBITMAP TmoReinhard05(
	FIBITMAP src,
	double intensity,
	double contrast
)

Parameters

src
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
intensity
Type: SystemDouble
Controls the overall image intensity in the range [-8, 8].
contrast
Type: SystemDouble
Controls the overall image contrast in the range [0.3, 1.0[.

Return Value

Type: FIBITMAP
Handle to a FreeImage bitmap.
See Also