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

Vol add border interior #371

Merged
merged 6 commits into from
May 11, 2020
Merged

Conversation

kerautret
Copy link
Member

@kerautret kerautret commented Apr 16, 2020

PR Description

Add a small option to add border inside the volume

Checklist

  • Doxygen documentation of the code completed (classes, methods, types, members...).
  • Main tool doxygen documentation (following existing documentation of DGtalTools documentation.
  • Check if it follows the tools structure described in CONTRIBUTING.md
  • New entry in the ChangeLog.md added.
  • Update the readme with potentially a screenshot of the tools if it applies.
  • No warning raised in Debug cmake mode (otherwise, Travis C.I. will fail).

@kerautret kerautret added this to the 1.1 milestone May 7, 2020
ChangeLog.md Outdated
@@ -11,6 +11,10 @@
(Roland Denis, [#359](https://github.com/DGtal-team/DGtalTools/pull/359/files))
- Using SourceForge to download doxygen sources during Travis CI jobs.
(Roland Denis [#360](https://github.com/DGtal-team/DGtalTools/pull/360))
- volAddBorder: add an option to fill the border of interior volume (Bertrand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what it means..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in other words, it changes the image values of voxels located on the frontier of the domain.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that :

Add an option that sets zero value to domain boundary voxels without changing the domain extent

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes exactly, thanks I add sorry for the not clear description

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@@ -102,6 +102,7 @@ int main(int argc, char**argv)
general_opt.add_options()
( "help,h", "display this message." )
( "input,i", po::value<std::string>(), "Input vol file." )
( "inside", "Add border inside the volume (set 0 inside the border)." )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the option doc as well ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes oops..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also update the doxygen description that I forget ;)

@dcoeurjo
Copy link
Member

Thx !;)

@kerautret kerautret merged commit faecb31 into DGtal-team:master May 11, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants