Package org.opencv.photo
Class AlignExposures
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.AlignExposures
- Direct Known Subclasses:
AlignMTB
public class AlignExposures extends Algorithm
The base class for algorithms that align images of the same scene with different exposures
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
AlignExposures(long addr)
-
Method Summary
Modifier and Type Method Description static AlignExposures
__fromPtr__(long addr)
protected void
finalize()
void
process(List<Mat> src, List<Mat> dst, Mat times, Mat response)
Aligns imagesMethods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
Method Details
-
__fromPtr__
-
process
Aligns images- Parameters:
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.
-
finalize
-