Page MenuHomePhabricator

Module ImageDenoising
Closed, ResolvedPublic

Description

The classes mitkBilateralFilter and itkTotalVariationSingleIterationImageFilter are located in Core\Code\Algorithms and have a considerable high compile time due to excessive templates.

This bug will be used to create a new Module called ImageDenoising containing all denoising filters. Classes and tests from core will be moved there.

Event Timeline

[43273a]: Merge branch 'bug-17349-ImageDenoisingModule'

Merged commits:

2014-02-26 15:42:13 Thomas Kilgus [a54910]
Warnigns as errors and dependency.


2014-02-26 15:23:58 Thomas Kilgus [363c4e]
Moved Bilateral and TotalVariationFilter to new ImageDenoising Module.

User nolden has pushed new remote branch:

bug-17349-ImageDenoisingModule

[710953]: Merge branch 'bug-17349-ImageDenoisingModule'

Merged commits:

2014-02-26 22:58:08 Marco Nolden [75b0be]
COMP: added dependency to ImageDenoising

[bdc7b0]: Merge branch 'bug-17349-ImageDenoisingModule'

Merged commits:

2014-02-27 07:40:39 Marco Nolden [4b6f57]
COMP: fixed symbol export for BilateralFilter