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