org.opencv.photo
Class MergeMertens
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.MergeExposures
org.opencv.photo.MergeMertens
public class MergeMertens
- extends MergeExposures
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getContrastWeight
public float getContrastWeight()
getExposureWeight
public float getExposureWeight()
getSaturationWeight
public float getSaturationWeight()
process
public void process(java.util.List<Mat> src,
Mat dst)
process
public void process(java.util.List<Mat> src,
Mat dst,
Mat times,
Mat response)
- Overrides:
process
in class MergeExposures
setContrastWeight
public void setContrastWeight(float contrast_weiht)
setExposureWeight
public void setExposureWeight(float exposure_weight)
setSaturationWeight
public void setSaturationWeight(float saturation_weight)