Hello everyone, recently I have taken to benchmarking some OpenCV operations and found some interesting results; morphological operations(erosion and dilation) implemented in OpenCV were faster than correlation operation of OpenCV ( filter2d) . These results made me curious as morphological operations generally follow an algorithm similar to correlation, could someone please tell me which algorithm is being used for morphological operations. Thank You
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
OpenCV morphological dilation implementation might be wrong? | 2 | 881 | May 11, 2023 | |
Just wonder why ippMorph is commented out in the source code | 0 | 23 | July 16, 2024 | |
Python/C++ numerical differences in erode function. Bug? | 15 | 435 | November 29, 2023 | |
Choosing the best approach in Image cleaning(calligraphy) to get rid of noise | 2 | 508 | July 25, 2021 | |
Suggestion - Improvement for the existing 'thinning' algorithm
|
3 | 80 | October 18, 2024 |