Recent content by pearpan

  1. P

    Perona-Malik Diffusion Equation

    I have no idea what to do here. If I could have shown work I would have, but I have no work done. I just need a nudge in the right direction here.
  2. P

    Perona-Malik Diffusion Equation

    Homework Statement Implement the non-linear de-noising algorithm of Perona-Malik. Consider a noisy image, u, with pixel values referenced by u(i,j). Non-linear de-noising can be achieved by solving the following non-linear diffusion equation: ∇ · (g(∇u)∇u) = 0 with g(s) = ((K^2)v) /...