Table of Contents

Class CVDewarpSettings

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

OpenCV dewarp effect settings.

public class CVDewarpSettings

Inheritance

Inherited Members

Properties

DisplayMode

Gets or sets the display mode.

public CVDewarpDisplayMode DisplayMode { get; set; }

Property Value

CVDewarpDisplayMode

InnerRadius

Gets or sets the inner radius of the fisheye image donut. If outer radius less or equal inner radius the element will work in passthrough mode

public double InnerRadius { get; set; }

Property Value

double

InterpolationMethod

Gets or sets the interpolation method to use.

public CVDewarpInterpolationMode InterpolationMethod { get; set; }

Property Value

CVDewarpInterpolationMode

OuterRadius

Gets or sets the outer radius of the fisheye image donut. If outer radius less than inner radius the element will work in passthrough mode.

public double OuterRadius { get; set; }

Property Value

double

XCenter

Gets or sets the X axis center of the fisheye image.

public double XCenter { get; set; }

Property Value

double

XRemapCorrection

Gets or sets the correction factor for remapping on x axis. A correction is needed if the fisheye image is not inside a circle.

public double XRemapCorrection { get; set; }

Property Value

double

YCenter

Gets or sets the Y axis center of the fisheye image.

public double YCenter { get; set; }

Property Value

double

YRemapCorrection

Gets or sets the correction factor for remapping on y axis. A correction is needed if the fisheye image is not inside a circle.

public double YRemapCorrection { get; set; }

Property Value

double