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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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