-
Notifications
You must be signed in to change notification settings - Fork 286
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
Various fixes for ViSP Canny implementation #1490
Commits on Oct 29, 2024
-
[FIX] Fixed Canny list of edges
Weak edges that turned into strong edges were not added to the list of edges.
LAGNEAU Romain committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for d9d56b3 - Browse repository at this point
Copy the full SHA d9d56b3View commit details -
[FIX] Added vpDisplayFactory safeguard
Check if C++ standard is greater or equal to C++11 before calling createDisplay, otherwise call allocateDisplay and free the memory at the end of the program
LAGNEAU Romain committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for ca2656e - Browse repository at this point
Copy the full SHA ca2656eView commit details -
[TUTO][CLEAN] Cleaned options management in Canny tutorial + [TUTO][C…
…ORE] Added test of edge-list feature The software arguments management was a bit messy, so introduced a structure holding all the parameters Introduced a test function to ensure that the edge-list correctly reflect the Canny output image
LAGNEAU Romain committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d1ed82 - Browse repository at this point
Copy the full SHA 3d1ed82View commit details
Commits on Oct 30, 2024
-
[FIX] Fixed Canny auto-threshold
Throw an exception when the Canny's ratio are outside the expected boundaries
LAGNEAU Romain committedOct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 1843fcb - Browse repository at this point
Copy the full SHA 1843fcbView commit details -
[FIX] Fix OpenCV automatic Canny threshold
LAGNEAU Romain committedOct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for cc3881e - Browse repository at this point
Copy the full SHA cc3881eView commit details -
[FIX] Fix Canny auto threshold
Ensure that lower ratio < upper ratio
LAGNEAU Romain committedOct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 6adf6a0 - Browse repository at this point
Copy the full SHA 6adf6a0View commit details
Commits on Oct 31, 2024
-
[CORE] Increased stack size for Canny algo
LAGNEAU Romain committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 4c89a32 - Browse repository at this point
Copy the full SHA 4c89a32View commit details -
[FIX] + [CORE] Worked on computeCannyThreshold
[FIX] Removed percentage symbol [CORE] Added check notFOund in OpenCV implem
LAGNEAU Romain committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 3850515 - Browse repository at this point
Copy the full SHA 3850515View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 956ca44 - Browse repository at this point
Copy the full SHA 956ca44View commit details
Commits on Nov 4, 2024
-
[CORE] vpCanny Made min stack size an attribute [DOC] Documented stac…
…k size [CORE] Made the minimum stack size used in the detect method of the vpCannyEdgeDetection class an attribute that the user can either decrease or increase to meet their requirements. [DOC] Documented the fact that the stack size can lead to a segfault when the method is called for particular images and the specificities of each platform
LAGNEAU Romain committedNov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 4fe3eba - Browse repository at this point
Copy the full SHA 4fe3ebaView commit details -
Merge branch 'master' into fix_canny
LAGNEAU Romain committedNov 4, 2024 Configuration menu - View commit details
-
Copy full SHA for db4b5e5 - Browse repository at this point
Copy the full SHA db4b5e5View commit details
Commits on Nov 5, 2024
-
[FIX] Ensure that initialStackSIze has a value
LAGNEAU Romain committedNov 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f10679 - Browse repository at this point
Copy the full SHA 9f10679View commit details