67#ifndef __OPENCV_BIOINSPIRED_RETINAFASTTONEMAPPING_HPP__
68#define __OPENCV_BIOINSPIRED_RETINAFASTTONEMAPPING_HPP__
76#include "opencv2/core.hpp"
119 CV_WRAP
virtual void applyFastToneMapping(InputArray inputImage,
OutputArray outputToneMappedImage)=0;
128 CV_WRAP
virtual void setup(
const float photoreceptorsNeighborhoodRadius=3.f,
const float ganglioncellsNeighborhoodRadius=1.f,
const float meanLuminanceModulatorK=1.f)=0;
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:295
This is a base class for all more or less complex algorithms in OpenCV
Definition: core.hpp:3091
Template class for specifying the size of an image or rectangle.
Definition: core/types.hpp:316
a wrapper class which allows the tone mapping algorithm of Meylan&al(2007) to be used with OpenCV.
Definition: retinafasttonemapping.hpp:100
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
Definition: cvstd_wrapper.hpp:74