-
Notifications
You must be signed in to change notification settings - Fork 164
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 distance transform functionality #594
Open
harshitpant1
wants to merge
9
commits into
boostorg:develop
Choose a base branch
from
harshitpant1:feature/distance_transform
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add distance transform functionality #594
harshitpant1
wants to merge
9
commits into
boostorg:develop
from
harshitpant1:feature/distance_transform
Commits on Apr 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e25b48 - Browse repository at this point
Copy the full SHA 5e25b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cedb4a - Browse repository at this point
Copy the full SHA 2cedb4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c12da2 - Browse repository at this point
Copy the full SHA 8c12da2View commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 05a1875 - Browse repository at this point
Copy the full SHA 05a1875View commit details -
Use constexpr wherever preferred; Replace static const bool by inheriting std::true_type or std::false_type in metafunctions.
Configuration menu - View commit details
-
Copy full SHA for 91fadc5 - Browse repository at this point
Copy the full SHA 91fadc5View commit details
Commits on Jun 11, 2021
-
Move all metafunctions to detail namespace
Moves 2 metafunctions: check_mask_size and check_distance_type to detail namespace and prefixes them with 'dt' (distance_transform) to avoid naming conflicts.
Configuration menu - View commit details
-
Copy full SHA for f12a145 - Browse repository at this point
Copy the full SHA f12a145View commit details
Commits on Jun 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0bfb69d - Browse repository at this point
Copy the full SHA 0bfb69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c6410 - Browse repository at this point
Copy the full SHA 76c6410View commit details -
Use clang-format for formatting
Uses the clang-format configuration provided in the latest commit of PR boostorg#596. Formatting is applied to test file and example file as well. I have made no changes whatsoever after using the clang-format.
Configuration menu - View commit details
-
Copy full SHA for bd907af - Browse repository at this point
Copy the full SHA bd907afView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.