Class cv::TonemapMantiuk#
This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid, transforms contrast values to HVS response and scales the response. After this the image is reconstructed from new contrast values. View details
#include <opencv2/photo.hpp>Collaboration diagram for cv::TonemapMantiuk:
Public Member Functions#
Public Member Functions inherited from cv::Tonemap
Return |
Name |
Description |
|---|---|---|
|
||
|
Tonemaps image. |
|
|
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid, transforms contrast values to HVS response and scales the response. After this the image is reconstructed from new contrast values.
For more information see MM06 .
Member Function Documentation#
getSaturation()#
float cv::TonemapMantiuk::getSaturation()
Python:
cv.TonemapMantiuk.getSaturation() -> retval
getScale()#
float cv::TonemapMantiuk::getScale()
Python:
cv.TonemapMantiuk.getScale() -> retval
setSaturation()#
void cv::TonemapMantiuk::setSaturation(float saturation)
Python:
cv.TonemapMantiuk.setSaturation(saturation)
setScale()#
void cv::TonemapMantiuk::setScale(float scale)
Python:
cv.TonemapMantiuk.setScale(scale)
Source file#
The documentation for this class was generated from the following file:
opencv2/photo.hpp