Show / Hide Table of Contents

    Class EditorIntrinsicsCalibration

    Inheritance
    Object
    EditorIntrinsicsCalibration
    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public class EditorIntrinsicsCalibration : MonoBehaviour

    Fields

    chessboardHeight

    Chessboard height in squares.

    Declaration
    protected int chessboardHeight
    Field Value
    Type Description
    Int32

    chessboardWidth

    Declaration
    protected int chessboardWidth
    Field Value
    Type Description
    Int32

    chessSquareSize

    Physical size of a chessboard square (in meters).

    Declaration
    public float chessSquareSize
    Field Value
    Type Description
    Single

    cornersImage

    Image for displaying the detected corners image.

    Declaration
    protected RawImage cornersImage
    Field Value
    Type Description
    RawImage

    feedImage

    Declaration
    protected RawImage feedImage
    Field Value
    Type Description
    RawImage

    heatmapImage

    Image for displaying the detected corners heatmap image.

    Declaration
    protected RawImage heatmapImage
    Field Value
    Type Description
    RawImage

    lastProcessedImage

    Image for displaying the detected corners on the last processed dslr camera feed image.

    Declaration
    protected RawImage lastProcessedImage
    Field Value
    Type Description
    RawImage

    Properties

    Intrinsics

    The last calculated camera intrinsics.

    Declaration
    public CalculatedCameraIntrinsics Intrinsics { get; }
    Property Value
    Type Description
    CalculatedCameraIntrinsics

    IntrinsicsFileName

    The name of the file that contains the last calculated camera intrinsics.

    Declaration
    public string IntrinsicsFileName { get; }
    Property Value
    Type Description
    String

    ProcessedImageCount

    The number of usable images processed for camera intrinsics.

    Declaration
    public int ProcessedImageCount { get; }
    Property Value
    Type Description
    Int32
    In This Article
    • Fields
      • chessboardHeight
      • chessboardWidth
      • chessSquareSize
      • cornersImage
      • feedImage
      • heatmapImage
      • lastProcessedImage
    • Properties
      • Intrinsics
      • IntrinsicsFileName
      • ProcessedImageCount
    Back to top Generated by DocFX