open3d.camera.PinholeCameraTrajectory¶
-
class
open3d.camera.
PinholeCameraTrajectory
¶ Contains a list of
PinholeCameraParameters
, useful to storing trajectories.-
__init__
(*args, **kwargs)¶ Overloaded function.
__init__(self: open3d.camera.PinholeCameraTrajectory) -> None
Default constructor
__init__(self: open3d.camera.PinholeCameraTrajectory, arg0: open3d.camera.PinholeCameraTrajectory) -> None
Copy constructor
-
property
parameters
¶ List of PinholeCameraParameters objects.
- Type
List(open3d.camera.PinholeCameraParameters)
-