Uses of Class
org.opencv.photo.Tonemap
-
Packages that use Tonemap Package Description org.opencv.photo org.opencv.xphoto -
-
Uses of Tonemap in org.opencv.photo
Subclasses of Tonemap in org.opencv.photo Modifier and Type Class Description class
TonemapDrago
Adaptive logarithmic mapping is a fast global tonemapping algorithm that scales the image in logarithmic domain.class
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.class
TonemapReinhard
This is a global tonemapping operator that models human visual system.Methods in org.opencv.photo that return Tonemap Modifier and Type Method Description static Tonemap
Tonemap. __fromPtr__(long addr)
static Tonemap
Photo. createTonemap()
Creates simple linear mapper with gamma correction equal to 2.2f is suitable for most displays.static Tonemap
Photo. createTonemap(float gamma)
Creates simple linear mapper with gamma correction -
Uses of Tonemap in org.opencv.xphoto
Subclasses of Tonemap in org.opencv.xphoto Modifier and Type Class Description class
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.
-