I would suggest moving the following tools to the `Applications` module while renaming and possibly extending them as follows: - [ ] `calculate-filtering` -> `calculate-local-image-statistics`. - [ ] `calculate-gradients` -> `calculate-image-gradients`, add option to use finite differences instead. - [ ] `fill-holes` -> `fill-image-holes`, add option to use NN as in `fill-holes-nn-based` instead of separate command. ...
I would suggest moving the following tools to the
Applicationsmodule while renaming and possibly extending them as follows:calculate-filtering->calculate-local-image-statistics.calculate-gradients->calculate-image-gradients, add option to use finite differences instead.fill-holes->fill-image-holes, add option to use NN as infill-holes-nn-basedinstead of separate command....