org.opencv.photo
Class AlignMTB
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.AlignExposures
org.opencv.photo.AlignMTB
public class AlignMTB
- extends AlignExposures
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
calculateShift
public Point calculateShift(Mat img0,
Mat img1)
computeBitmaps
public void computeBitmaps(Mat img,
Mat tb,
Mat eb)
getCut
public boolean getCut()
getExcludeRange
public int getExcludeRange()
getMaxBits
public int getMaxBits()
process
public void process(java.util.List<Mat> src,
java.util.List<Mat> dst)
process
public void process(java.util.List<Mat> src,
java.util.List<Mat> dst,
Mat times,
Mat response)
- Overrides:
process
in class AlignExposures
setCut
public void setCut(boolean value)
setExcludeRange
public void setExcludeRange(int exclude_range)
setMaxBits
public void setMaxBits(int max_bits)
shiftMat
public void shiftMat(Mat src,
Mat dst,
Point shift)