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

Fix various changelog warnings spelling pthread #1229

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    bf7c0d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9754ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93dc100 View commit details
    Browse the repository at this point in the history
  4. Remove useless vpThread.h include

    Indent code
    fspindle committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4fd5390 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4932da View commit details
    Browse the repository at this point in the history
  6. Fix warnings detected by msvc 2022 in code module

    - mainly cast from double to float
    fspindle committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ec0b314 View commit details
    Browse the repository at this point in the history
  7. Fix warnings around type conversions and use float in canny() and

    median() filter
    - canny() and median() handle now values in float
    fspindle committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    82ac8da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    335d075 View commit details
    Browse the repository at this point in the history