Class CreateExtrinsics
Represents an operator that creates a set of parameters specifying the camera extrinsics.
public class CreateExtrinsics : Source<Extrinsics>
- Inheritance
-
CreateExtrinsics
- Inherited Members
Properties
- Rotation
Gets or sets the rotation vector transforming object-space coordinates into camera-space coordinates.
- Translation
Gets or sets the translation vector transforming object-space coordinates into camera-space coordinates.
Methods
- Generate()
Generates an observable sequence that contains the camera extrinsics using the specified rotation and translation vectors.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of camera extrinsics objects using the specified rotation and translation vectors, and where each Extrinsics object is emitted only when an observable sequence emits a notification.