Package 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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMergeMertens(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MergeMertens__fromPtr__(long addr)protected voidfinalize()floatgetContrastWeight()floatgetExposureWeight()floatgetSaturationWeight()voidprocess(List<Mat> src, Mat dst)voidprocess(List<Mat> src, Mat dst, Mat times, Mat response)voidsetContrastWeight(float contrast_weiht)voidsetExposureWeight(float exposure_weight)voidsetSaturationWeight(float saturation_weight)-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static MergeMertens __fromPtr__(long addr)
-
getContrastWeight
public float getContrastWeight()
-
getExposureWeight
public float getExposureWeight()
-
getSaturationWeight
public float getSaturationWeight()
-
process
public void process(List<Mat> src, Mat dst, Mat times, Mat response)
- Overrides:
processin classMergeExposures
-
setContrastWeight
public void setContrastWeight(float contrast_weiht)
-
setExposureWeight
public void setExposureWeight(float exposure_weight)
-
setSaturationWeight
public void setSaturationWeight(float saturation_weight)
-
finalize
protected void finalize() throws Throwable- Overrides:
finalizein classMergeExposures- Throws:
Throwable
-
-