OpenCV 3.0.0

org.opencv.photo
Class AlignExposures

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by org.opencv.photo.AlignExposures
Direct Known Subclasses:
AlignMTB

public class AlignExposures
extends Algorithm


Method Summary
 void process(java.util.List<Mat> src, java.util.List<Mat> dst, Mat times, Mat response)
           
 
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

process

public void process(java.util.List<Mat> src,
                    java.util.List<Mat> dst,
                    Mat times,
                    Mat response)

OpenCV 3.0.0 Documentation