opencv2/xphoto/tonemap.hpp#
#include <opencv2/photo.hpp>
Include dependency graph for tonemap.hpp:
This graph shows which files directly or indirectly include tonemap.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#
namespace cv
namespace 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.
float cv::xphoto::TonemapDurand::getContrast () const =0
float cv::xphoto::TonemapDurand::getSaturation () const =0
float cv::xphoto::TonemapDurand::getSigmaColor () const =0
float cv::xphoto::TonemapDurand::getSigmaSpace () const =0
void cv::xphoto::TonemapDurand::setContrast (float contrast)=0
void cv::xphoto::TonemapDurand::setSaturation (float saturation)=0
void cv::xphoto::TonemapDurand::setSigmaColor (float sigma_color)=0
void cv::xphoto::TonemapDurand::setSigmaSpace (float sigma_space)=0