Enum TimelapserType
- Namespace
- OpenCvSharp.Detail
- Assembly
- OpenCvSharp.dll
Kind of timelapse to build (see Timelapser).
public enum TimelapserType
Fields
AsIs = 0Each frame is composited as-is, without cropping to the common overlap region.
Crop = 1Each frame is cropped to the common overlap region before compositing.