PointCloudScene¶ class dnois.scene.PointCloudScene(locations: Tensor, luminance: Tensor)¶ Warning This class is experimental. Parameters: locations (Tensor) – Coordinates of points in CCS. A tensor of shape (N, 3). luminance (Tensor) – Luminance of points. A tensor of shape (N_wl, N).