View Source Evision.AlignExposures (Evision v0.1.9)
Link to this section Summary
cv
Aligns images
Link to this section cv
Aligns images
Positional Arguments
src:
[Evision.Mat]
.vector of input images
dst:
[Evision.Mat]
.vector of aligned images
times:
Evision.Mat
.vector of exposure time values for each image
response:
Evision.Mat
.256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.
Python prototype (for reference):
process(src, dst, times, response) -> None
Link to this section Functions
Raising version of process/5
.