类 TonemapMantiuk
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.photo.Tonemap
-
- org.opencv.photo.TonemapMantiuk
-
public class TonemapMantiuk extends Tonemap
此算法使用高斯金字塔所有级别的梯度将图像转换为对比度,将对比度值转换为 HVS 响应并缩放响应。之后,从新的对比度值重建图像。有关更多信息,请参见 CITE: MM06 。
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 保护TonemapMantiuk(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static TonemapMantiuk__fromPtr__(long addr)protected voidfinalize()floatgetSaturation()floatgetScale()voidsetSaturation(float saturation)voidsetScale(float scale)-
从类 org.opencv.core.Algorithm 继承的方法
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
方法详细信息
-
__fromPtr__
public static TonemapMantiuk __fromPtr__(long addr)
-
getScale
public float getScale()
-
setScale
public void setScale(float scale)
-
getSaturation
public float getSaturation()
-
setSaturation
public void setSaturation(float saturation)
-
-