VisioForge (c) 2025

Search Results for

    Class CVDewarpSettings

    OpenCV dewarp effect settings.

    Inheritance
    object
    CVDewarpSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.OpenCV
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVDewarpSettings

    Properties

    DisplayMode

    Gets or sets the display mode.

    Declaration
    public CVDewarpDisplayMode DisplayMode { get; set; }
    Property Value
    Type Description
    CVDewarpDisplayMode

    The display mode.

    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

    Declaration
    public double InnerRadius { get; set; }
    Property Value
    Type Description
    double

    The inner radius.

    InterpolationMethod

    Gets or sets the interpolation method to use.

    Declaration
    public CVDewarpInterpolationMode InterpolationMethod { get; set; }
    Property Value
    Type Description
    CVDewarpInterpolationMode

    The interpolation method.

    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.

    Declaration
    public double OuterRadius { get; set; }
    Property Value
    Type Description
    double

    The outer radius.

    XCenter

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

    Declaration
    public double XCenter { get; set; }
    Property Value
    Type Description
    double

    The X center.

    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.

    Declaration
    public double XRemapCorrection { get; set; }
    Property Value
    Type Description
    double

    YCenter

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

    Declaration
    public double YCenter { get; set; }
    Property Value
    Type Description
    double

    The Y center.

    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.

    Declaration
    public double YRemapCorrection { get; set; }
    Property Value
    Type Description
    double