DepthAware¶
- class dnois.optics.DepthAware(pad: int | tuple[int, int] | str = 'linear', occlusion_aware: bool = False)¶
Module wrapper for
depth_aware()
.- forward(psf: Tensor, obj: Tensor, mask: Tensor) Tensor ¶
See
depth_aware()
.
Module wrapper for depth_aware()
.
See depth_aware()
.