Table of Contents

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

corners IReadOnlyList<Point>

Top-left corners of the source images in the destination plane

sizes IReadOnlyList<Size>

Sizes of the source images