public class MergeMertens extends MergeExposures
Modifier | Constructor and Description |
---|---|
protected |
MergeMertens(long addr) |
Modifier and Type | Method and Description |
---|---|
static MergeMertens |
__fromPtr__(long addr) |
protected void |
finalize() |
float |
getContrastWeight() |
float |
getExposureWeight() |
float |
getSaturationWeight() |
void |
process(java.util.List<Mat> src,
Mat dst) |
void |
process(java.util.List<Mat> src,
Mat dst,
Mat times,
Mat response) |
void |
setContrastWeight(float contrast_weiht) |
void |
setExposureWeight(float exposure_weight) |
void |
setSaturationWeight(float saturation_weight) |
clear, empty, getDefaultName, getNativeObjAddr, save
public static MergeMertens __fromPtr__(long addr)
public float getContrastWeight()
public float getExposureWeight()
public float getSaturationWeight()
public void process(java.util.List<Mat> src, Mat dst, Mat times, Mat response)
process
in class MergeExposures
public void setContrastWeight(float contrast_weiht)
public void setExposureWeight(float exposure_weight)
public void setSaturationWeight(float saturation_weight)
protected void finalize() throws java.lang.Throwable
finalize
in class MergeExposures
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0