Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move generic image tools to Applications module #12

Open
3 tasks
schuhschuh opened this issue Jun 7, 2016 · 1 comment
Open
3 tasks

Move generic image tools to Applications module #12

schuhschuh opened this issue Jun 7, 2016 · 1 comment

Comments

@schuhschuh
Copy link
Member

schuhschuh commented Jun 7, 2016

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.
    ...
@schuhschuh schuhschuh changed the title Rename calculate-filtering and add to Applications module Move generic image tools to Applications module Jun 7, 2016
@schuhschuh
Copy link
Member Author

Other commands that are not generic enough or not yet moved to the Applications module should use draw-em- as name prefix to avoid potential conflict with other MIRTK Packages and to clarify which package this binary comes from. Maybe this should be a per default prefix prepended by the MIRTK CMake function mirtk_add_executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant