cameradata2d¶
NOTE: This module is a feature under developement.
- class pyvale.cameradata2d.CameraData2D(pixels_count: numpy.ndarray | None = None, leng_per_px: float = 0.001, bits: int = 8, roi_cent_world: numpy.ndarray | None = None, background: float = 0.5, sample_times: numpy.ndarray | None = None, angle: scipy.spatial.transform._rotation.Rotation | None = None, subsample: int = 2)[source]¶
Bases:
object
- angle: Rotation | None¶
- background: float¶
- bits: int¶
- cam_to_world: ndarray¶
- dynamic_range: int¶
- field_of_view: ndarray¶
- leng_per_px: float¶
- pixels_count: ndarray | None¶
- roi_cent_world: ndarray | None¶
- sample_times: ndarray | None¶
- subsample: int¶
- world_to_cam: ndarray¶