OpenCV  4.5.3
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
 "black box" representation of the file storage associated with a file on disk.
 
 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...