Class SaveExtrinsics
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.