irtk.scene.HDRFilm¶
- class irtk.scene.HDRFilm(width: int, height: int, crop_window: torch.Tensor | ndarray | List | Tuple | None = None, pixel_idx: torch.Tensor | ndarray | List | Tuple | None = None)¶
A class representing an HDR film.
- __init__(width: int, height: int, crop_window: torch.Tensor | ndarray | List | Tuple | None = None, pixel_idx: torch.Tensor | ndarray | List | Tuple | None = None) None ¶
Initializes an HDRFilm object.
- Parameters:
width (int) – The width of the film.
height (int) – The height of the film.
crop_window (Optional[TensorLike]) – The crop window of the film (float).
pixel_idx (Optional[TensorLike]) – The pixel indices of the film (int).