OpenCV 3.0.0-rc1

org.opencv.photo
Class MergeMertens

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by org.opencv.photo.MergeExposures
          extended by org.opencv.photo.MergeMertens

public class MergeMertens
extends MergeExposures


Method Summary
 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)
           
 
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

OpenCV 3.0.0-rc1 Documentation