Table of Contents

Enum TimelapserType

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

Kind of timelapse to build (see Timelapser).

public enum TimelapserType

Fields

AsIs = 0

Each frame is composited as-is, without cropping to the common overlap region.

Crop = 1

Each frame is cropped to the common overlap region before compositing.