Click or drag to resize

RetinaFastToneMapping Constructor

http://www.emgu.com
Create a wrapper class which allows the tone mapping algorithm of Meylan & al(2007) to be used with OpenCV.

Namespace:  Emgu.CV.Bioinspired
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public RetinaFastToneMapping(
	Size inputSize
)

Parameters

inputSize
Type: System.DrawingSize
The size of the images to process
See Also