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)
Syntaxpublic RetinaFastToneMapping(
Size inputSize
)
Public Sub New (
inputSize As Size
)
public:
RetinaFastToneMapping(
Size inputSize
)
new :
inputSize : Size -> RetinaFastToneMapping
Parameters
- inputSize
- Type: System.DrawingSize
The size of the images to process
See Also