Class CVDewarpSettings
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV dewarp effect settings.
public class CVDewarpSettingsInheritance
Inherited Members
Properties
DisplayMode
Gets or sets the display mode.
public CVDewarpDisplayMode DisplayMode { get; set; }Property Value
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
InterpolationMethod
Gets or sets the interpolation method to use.
public CVDewarpInterpolationMode InterpolationMethod { get; set; }Property Value
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
XCenter
Gets or sets the X axis center of the fisheye image.
public double XCenter { get; set; }Property Value
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
YCenter
Gets or sets the Y axis center of the fisheye image.
public double YCenter { get; set; }Property Value
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; }