ofgulban / segmentator

3D MRI data exploration and segmentation tool.
https://github.com/ofgulban/segmentator/wiki
BSD 3-Clause "New" or "Revised" License
74 stars 13 forks source link

Implement nonlinear anisotropic filtering for noisy images #70

Closed ofgulban closed 6 years ago

ofgulban commented 6 years ago

A sophisticated image smoothing method might be useful to preprocess very noisy images. Considered options are:

  1. Edge enhancing diffusion
  2. Coherence enhancing diffusion

References

ofgulban commented 6 years ago

This is now implemented in devel branch. I have tweaked the referenced algorithms a bit in the way I have understood, mainly on the eigen-value compositions part.