Table of Contents

Enum CVDewarpDisplayMode

Namespace
VisioForge.Core.Types.X.OpenCV
Assembly
VisioForge.Core.dll

Specifies the display mode for the OpenCV fisheye dewarp operation. Controls how the dewarped output is arranged within the output frame.

public enum CVDewarpDisplayMode

Fields

SinglePanorama = 0

The single panorama image.

DoublePanorama = 1

The dewarped image is split in two images displayed one below the other.

QuadView = 2

The dewarped image is split in four images dysplayed as a quad view.