Table of Contents

Class SaveIntrinsics

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that writes a sequence of camera intrinsics to a YML file.

public class SaveIntrinsics : Sink<Intrinsics>
Inheritance
SaveIntrinsics
Inherited Members

Properties

FileName

Gets or sets the name of the file on which to write the camera intrinsics.

Suffix

Gets or sets the optional suffix used to generate file names.

Methods

Process(IObservable<CameraCalibration>)

Writes an observable sequence of camera intrinsic properties extracted from a camera calibration procedure to the specified YML file.

Process(IObservable<Intrinsics>)

Writes an observable sequence of camera intrinsic properties to the specified YML file.