loli / medpy

Medical image processing in Python
http://loli.github.io/medpy/
GNU General Public License v3.0
571 stars 138 forks source link

add Tukey's biweight function for anisotropic_diffusion #52

Closed cancan101 closed 6 years ago

cancan101 commented 6 years ago

Closes https://github.com/loli/medpy/issues/51

Using: image from: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.449.948&rep=rep1&type=pdf

cancan101 commented 6 years ago

Here are the flow functions (kappa=1): image

loli commented 6 years ago

Sweet. It would be wonderful if this could go into the functions documentation string... I remember vaguely that Sphinx supports images.

   .. image:: _static/my_image_small.png

The question would be where to put it.