Method Initialize
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
Initialize(IReadOnlyList<Point>, IReadOnlyList<Size>)
Prepares the timelapser for a sequence of images with the given corners and sizes in the destination image plane.
public void Initialize(IReadOnlyList<Point> corners, IReadOnlyList<Size> sizes)
Parameters
cornersIReadOnlyList<Point>Top-left corners of the source images in the destination plane
sizesIReadOnlyList<Size>Sizes of the source images