Table of Contents

Class SaveExtrinsics

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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

public class SaveExtrinsics : Sink<Extrinsics>
Inheritance
SaveExtrinsics
Inherited Members

Properties

FileName

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

Suffix

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

Methods

Process(IObservable<Extrinsics>)

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