Class EditorIntrinsicsCalibration
Inheritance
EditorIntrinsicsCalibration
Assembly: cs.temp.dll.dll
Syntax
public class EditorIntrinsicsCalibration : MonoBehaviour
Fields
chessboardHeight
Chessboard height in squares.
Declaration
protected int chessboardHeight
Field Value
chessboardWidth
Declaration
protected int chessboardWidth
Field Value
chessSquareSize
Physical size of a chessboard square (in meters).
Declaration
public float chessSquareSize
Field Value
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
IntrinsicsFileName
The name of the file that contains the last calculated camera intrinsics.
Declaration
public string IntrinsicsFileName { get; }
Property Value
ProcessedImageCount
The number of usable images processed for camera intrinsics.
Declaration
public int ProcessedImageCount { get; }
Property Value