Skip to content

Remove the RAnd* family of filters

Julien Michel requested to merge 1870-remove-filters into develop

Summary

This MR removes the RAnGAndNIR filters family.

Rationale

Those filters are pretty much useless. I could replace all of them with a standard itk functor filter without any damage. This saves a huge amount of code, reduce the number of tests and potentially test data.

Note that this MR slightly decrease coverage but that tests for each functor will be added in further refactoring in new merge requests. See #1870 (closed) for the big picture.

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
Edited by Julien Michel

Merge request reports