OpenCV  3.4.20-dev
Open Source Computer Vision
Classes | Namespaces | Functions
tonemap.hpp File Reference
#include "opencv2/photo.hpp"

Classes

class  cv::xphoto::TonemapDurand
 This algorithm decomposes image into two layers: base layer and detail layer using bilateral filter and compresses contrast of the base layer thus preserving all the details. More...
 

Namespaces

 cv
 
 cv::xphoto
 

Functions

Ptr< TonemapDurand > cv::xphoto::createTonemapDurand (float gamma=1.0f, float contrast=4.0f, float saturation=1.0f, float sigma_color=2.0f, float sigma_space=2.0f)
 Creates TonemapDurand object. More...