Uses of Class
org.opencv.photo.TonemapMantiuk
-
Packages that use TonemapMantiuk Package Description org.opencv.photo -
-
Uses of TonemapMantiuk in org.opencv.photo
Methods in org.opencv.photo that return TonemapMantiuk Modifier and Type Method Description static TonemapMantiuk
TonemapMantiuk. __fromPtr__(long addr)
static TonemapMantiuk
Photo. createTonemapMantiuk()
Creates TonemapMantiuk object dynamic range.static TonemapMantiuk
Photo. createTonemapMantiuk(float gamma)
Creates TonemapMantiuk objectstatic TonemapMantiuk
Photo. createTonemapMantiuk(float gamma, float scale)
Creates TonemapMantiuk objectstatic TonemapMantiuk
Photo. createTonemapMantiuk(float gamma, float scale, float saturation)
Creates TonemapMantiuk object
-