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

Circle Hough Transform #1186

Merged
merged 28 commits into from
Aug 31, 2023
Merged

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    62790ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d185f20 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    425ce95 View commit details
    Browse the repository at this point in the history
  2. [TUTORIAL] Added how to sections and first draft of detailed explanat…

    …ions about the tutorial
    rlagneau committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8023dc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge branch 'master' into vpCircleHoughTransform

    rlagneau committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    41af520 View commit details
    Browse the repository at this point in the history
  2. [CLEAN] Commented lower because it rose a warning unused variable. Le…

    …ft the comment to keep in mind the existing formula
    rlagneau committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a1c946f View commit details
    Browse the repository at this point in the history
  3. [TUTORIAL][vpCHT] Added visp_copy_dir to copy the config folder in th…

    …e tutorial folder
    rlagneau committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    31c0eaf View commit details
    Browse the repository at this point in the history
  4. [vpCHT] Switched to float and added support for detecting circles who…

    …se center is outside the image
    rlagneau committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b13fcd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge branch 'master' into vpCircleHoughTransform

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

Commits on Aug 16, 2023

  1. [FIX] Corrected the sorting way when the user ask for a particular nu…

    …mber of detections [TUTO] Optimized detector_img.json for an example image
    rlagneau committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    245b170 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge branch 'master' into vpCircleHoughTransform

    rlagneau committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7f34041 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
    e8325b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    97abac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d5eb9 View commit details
    Browse the repository at this point in the history
  3. Add newline at end of file

    fspindle committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a5f5230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18f2224 View commit details
    Browse the repository at this point in the history
  5. Minor changes

    - code indentation
    - doxygen documentation
    - build without OpenCV
    - update changelog files
    fspindle committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dbcdbd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    2065133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3839152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6549d69 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into vpCircleHoughTransform

    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6fb5f29 View commit details
    Browse the repository at this point in the history
  5. [TUTO] Removed test ifdef HAVE_OPENCV_IMGPROC that protected the call…

    … to canny because canny now has a full-ViSP implementation too
    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bd67b5f View commit details
    Browse the repository at this point in the history
  6. [CLEAN] Removed some useless cout + [CORPS] Changed inteernal class v…

    …pCircle2D for ViSP vpImageCircle class
    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    04f122a View commit details
    Browse the repository at this point in the history
  7. Fix merge conflict

    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2367af0 View commit details
    Browse the repository at this point in the history
  8. Removed redundant vpImageMedian file (methods exist in vpImageFilter)…

    … + computation of the Canny threshold if the user set a negaitve value because it is already performed in the vpImageFilter::canny method
    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    db9779e View commit details
    Browse the repository at this point in the history
  9. [TUTO] Changed README section name

    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2e70005 View commit details
    Browse the repository at this point in the history
  10. Removed useless dependancy for CHT tutorial

    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9c20c0c View commit details
    Browse the repository at this point in the history
  11. Put back visp_imgproc dependancy for CHT tutorial as vpCHT is defined…

    … in visp_imgproc
    rlagneau committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    dc114dd View commit details
    Browse the repository at this point in the history