Page MenuHomePhabricator

Implementation of a NLMr filter
Closed, ResolvedPublic

Description

Implementation of a non-local means filter adapted to Rician noise, to denoise diffusion weighted images.

Event Timeline

New remote branch pushed: bug-16267-ImplementationOfNLMrFilter

[684d18]: Merge branch 'bug-16267-ImplementationOfNLMrFilter'

Merged commits:

2014-01-14 11:51:45 Moritz Petry [a41db6]
Avoided itk Neighborhooditerators to increase speed of the NLMr.


2013-12-03 13:21:48 Moritz Petry [66005d]
Fixed recognition for all channels used in a diffusionimage.


2013-12-03 12:20:38 Moritz Petry [8b855c]
Changed filter to work without the itkNeighborhoodIterator.


2013-11-18 12:46:25 Moritz [2ce859]
Added some comments.


2013-11-18 10:14:37 Moritz [8495ea]
Fixed origin of inverted mask


2013-11-14 14:57:05 Moritz [20e5b7]
Activated usage of a progressbar while denoising. GUI does not freeze any more.


2013-11-12 09:30:02 Moritz [f35a49]
Preparation for separate QThread, that GUI does not freeze while denoising. Implemented denoisingview into MITK Diffusion.


2013-11-11 10:10:11 Moritz [0cdbe2]
Added a method for the non local means filter to use joint information. Updated view to choose between different filters.


2013-10-31 12:45:52 Moritz Petry [123bd0]
implemented a filter to extract an itk image from an itk vectorimage


2013-10-25 13:31:52 Moritz Petry [1b46dc]
Corrected nameconventions, implemented generation of new image after denoising


2013-10-23 12:52:11 Moritz Petry [a79bc6]
Connected filter with view, implemented filter mathematics.


2013-10-22 10:48:22 Moritz Petry [819de7]
Implemented View of bug-16266 to test filter.


2013-10-21 15:24:20 Moritz Petry [b503df]
Merge branch 'bug-16266-ImplementationOfDenoisingView' into bug-16267-ImplementationOfNLMrFilter


2013-10-21 15:23:43 Moritz Petry [9199c4]
Changed Filter to ImageToImageFilter


2013-10-18 14:37:01 Moritz Petry [b2f731]
Generated simple View.


2013-10-15 15:55:48 Moritz Petry [d363db]
Generated a template view, for an easy integration.


2013-10-15 14:58:41 Moritz Petry [88d948]
Implemented a new class for NLMr filter.


2013-10-15 13:32:48 Moritz Petry [b1fcc4]
Import of a new view (copied from ODFDetailsView)

[886fb0]: Merge branch 'bug-16267-ImplementationOfNLMrFilter'

Merged commits:

2014-01-14 13:35:33 Moritz Petry [9d5eab]
COMP Removed typename out of non tamplate class and changed pow(int, int) to pow(double, int)