Modifier and Type | Method and Description |
---|---|
static AlignExposures |
__fromPtr__(long addr) |
void |
process(java.util.List<Mat> src,
java.util.List<Mat> dst,
Mat times,
Mat response)
Aligns images
|
clear, empty, getDefaultName, getNativeObjAddr, save
public static AlignExposures __fromPtr__(long addr)
public void process(java.util.List<Mat> src, java.util.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 2019-12-20 14:24:32 / OpenCV 4.2.0