Package org.opencv.photo
Class TonemapMantiuk
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.photo.Tonemap
-
- org.opencv.photo.TonemapMantiuk
-
public class TonemapMantiuk extends Tonemap
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TonemapMantiuk(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TonemapMantiuk
__fromPtr__(long addr)
protected void
finalize()
float
getSaturation()
float
getScale()
void
setSaturation(float saturation)
void
setScale(float scale)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static TonemapMantiuk __fromPtr__(long addr)
-
getSaturation
public float getSaturation()
-
getScale
public float getScale()
-
setSaturation
public void setSaturation(float saturation)
-
setScale
public void setScale(float scale)
-
-