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

Added a ViSP implementation of Canny edge detector #1215

Merged
merged 10 commits into from
Aug 30, 2023

Commits on Aug 11, 2023

  1. [CORPS] Added a ViSP implementation of the Canny edge detector, that …

    …does not rely on OpenCV imgproc
    rlagneau committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c3eb4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge branch 'master' into vpCanny

    rlagneau committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0f8031c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. [FIX] Remvoed normalization of the Gaussian filters used to compute t…

    …he gradietns
    rlagneau committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3773530 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. vpCannyEdgeDetection::initGaussianFilters checks that m_gaussianKerne…

    …lSize is odd
    rlagneau committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a5112ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92513c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    45415c8 View commit details
    Browse the repository at this point in the history
  2. Minor changes:

    - code indentation
    - typo
    - doxygen doc improvement
    fspindle committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4c258eb View commit details
    Browse the repository at this point in the history
  3. Add missing VISP_EXPORT

    fspindle committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ad4cbc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    1559eb8 View commit details
    Browse the repository at this point in the history
  2. Fix test result

    fspindle committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7d618c2 View commit details
    Browse the repository at this point in the history