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 distance transform functionality #594

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    5e25b48 View commit details
    Browse the repository at this point in the history
  2. Fix b2 jamfile error

    harshitpant1 committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    2cedb4a View commit details
    Browse the repository at this point in the history
  3. Improve test coverage

    harshitpant1 committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    8c12da2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    05a1875 View commit details
    Browse the repository at this point in the history
  2. Improve Metafunctions

    Use constexpr wherever preferred; Replace static const bool by inheriting std::true_type or std::false_type in metafunctions.
    harshitpant1 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    91fadc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. 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.
    harshitpant1 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    f12a145 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    0bfb69d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c6410 View commit details
    Browse the repository at this point in the history
  3. 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.
    harshitpant1 committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    bd907af View commit details
    Browse the repository at this point in the history