Class Timelapser
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
Base class for timelapse composition. Takes a sequence of images, applies the appropriate shift, and stores the result.
public class Timelapser : CvPtrObject, IDisposable
- Inheritance
-
Timelapser
- Implements
- Inherited Members
Methods
- CreateDefault(TimelapserType)
Creates a timelapser of the given kind.
- GetDst()
Gets the composited destination image.
- Initialize(IReadOnlyList<Point>, IReadOnlyList<Size>)
Prepares the timelapser for a sequence of images with the given corners and sizes in the destination image plane.
- Process(InputArray, InputArray, Point)
Composites the given image into the timelapse at the given position.