class
FisheyeSensorDoubleSphereSpecMethods
- def is_visual_sensor_spec(self, /) -> bool
Special methods
- def __eq__(self, arg0: SensorSpec, /) -> bool
- def __init__(self, /) -> None
- def __neq__(self, arg0: SensorSpec, /) -> bool
Properties
- alpha: float get set
- channels: int get set
- clear_color: magnum.Color4 get set
- cubemap_size: typing.Optional[int] get set
- If not set, will be the min(height, width) of resolution
- far: float get set
- focal_length: magnum.Vector2 get set
- gpu2gpu_transfer: bool get set
- near: float get set
- noise_model: str get set
- noise_model_kwargs: dict get set
- orientation: numpy.ndarray[numpy.float32[3, 1]] get set
- position: numpy.ndarray[numpy.float32[3, 1]] get set
- principal_point_offset: typing.Optional[magnum.Vector2] get set
- resolution: numpy.ndarray[numpy.int32[2, 1]] get set
- sensor_model_type: FisheyeSensorModelType get set
- sensor_subtype: SensorSubType get set
- sensor_type: SensorType get set
- uuid: str get set
- xi: float get set