pybind_bm3d.bm3d

pybind_bm3d.bm3d(arg0: numpy.ndarray[float32], arg1: float) → numpy.ndarray[float32]

Apply the BM3D image to a noisy input image

Parameters
  • img (np.array of type float) – The noisy input image. Will be coerced to be C_ALIGNED. May have dimensions HxWxC or HxW (Height, Width, Channels).

  • sigma (float) – An estimate of the standard deviation of the noise.

Returns