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

Add feature in GridVisual to draw border around all pixels and selected pixels #225

Merged
merged 9 commits into from
Sep 27, 2024

Conversation

fabien-colonnier
Copy link
Contributor

added the option showgrid, showselectedpixborder in grid visual and change the showborder option to use flatline as the other functions for consistency.

I added also 2 other examples:

  • grid_simple_rand.cpp: it uses random value instead of the sinwave as it shows better the different interpolation method in my opinion
  • grid_border.cpp: it shows the new display options with GridVisual. It also shows the limitation as the zaxis is not directly handled and is fixed whatever it is.

The usage of grid as variable name for the border around all the pixels is debatable as it could introduce confusion with Grid class in morphologica. I couldn't come up with better naming but I am open for any suggestion.

@sebjameswml
Copy link
Collaborator

Great work!

@sebjameswml sebjameswml merged commit c5a11c6 into ABRG-Models:main Sep 27, 2024
6 checks passed
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.

2 participants