OpenCV  4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
tonemap.hpp File Reference
#include "opencv2/photo.hpp"
Include dependency graph for tonemap.hpp:
This graph shows which files directly or indirectly include this file:

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

namespace  cv
 
namespace  cv::xphoto
 

Functions

Ptr< TonemapDurandcv::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.