Table of Contents

Class LoadIntrinsics

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that loads a set of camera intrinsics from a YML file.

public class LoadIntrinsics : Source<Intrinsics>
Inheritance
LoadIntrinsics
Inherited Members

Properties

FileName

Gets or sets the name of the camera intrinsics file.

Methods

Generate()

Generates an observable sequence that contains the camera intrinsics loaded from the specified YML file.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of camera intrinsics loaded from the specified YML file, and where each Intrinsics object is loaded only when an observable sequence emits a notification.