Show / Hide Table of Contents

    Class CalibrationFlagsGeneric<T>

    Manages the flags of the ArucoCameraCalibration process. Generic class to use in scripts.

    Inheritance
    Object
    CalibrationFlags
    CalibrationFlagsGeneric<T>
    OmnidirCameraCalibrationFlags
    PinholeCameraCalibrationFlags
    Inherited Members
    CalibrationFlags.UseIntrinsicGuess
    CalibrationFlags.FixKDistorsionCoefficients
    CalibrationFlags.FixKLength
    CalibrationFlags.UpdateCalibrationFlags()
    CalibrationFlags.UpdateCalibrationOptions()
    CalibrationFlags.OnValidate()
    Namespace: ArucoUnity.Calibration
    Assembly: Assembly-CSharp.dll
    Syntax
    public abstract class CalibrationFlagsGeneric<T> : CalibrationFlags where T : struct, IConvertible, IComparable, IFormattable
    Type Parameters
    Name Description
    T

    Fields

    | Improve this Doc View Source

    flags

    Declaration
    protected T flags
    Field Value
    Type Description
    T

    Properties

    | Improve this Doc View Source

    Flags

    Gets or sets the calibration flags enum and keeps updated the flag properties.

    Declaration
    public T Flags { get; set; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    Value

    Declaration
    public override int Value { get; set; }
    Property Value
    Type Description
    Int32
    Overrides
    CalibrationFlags.Value
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand