Modifier | Constructor and Description |
---|---|
protected |
AlignExposures(long addr) |
Modifier and Type | Method and Description |
---|---|
static AlignExposures |
__fromPtr__(long addr) |
protected void |
finalize() |
void |
process(List<Mat> src,
List<Mat> dst,
Mat times,
Mat response)
Aligns images
|
clear, empty, getDefaultName, getNativeObjAddr, save
public static AlignExposures __fromPtr__(long addr)
public void process(List<Mat> src, List<Mat> dst, Mat times, Mat response)
src
- vector of input imagesdst
- vector of aligned imagestimes
- vector of exposure time values for each imageresponse
- 256x1 matrix with inverse camera response function for each pixel value, it should
have the same number of channels as images.Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2