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 | 897 | May 11, 2023 | |
| Choosing the best approach in Image cleaning(calligraphy) to get rid of noise | 2 | 516 | July 25, 2021 | |
| Just wonder why ippMorph is commented out in the source code | 0 | 27 | July 16, 2024 | |
| How to pass empty kernel to cv2.morphologyEx | 1 | 408 | December 19, 2021 | |
| Is there a way to increase the quality of feature matching by using (erosion, threshold, dilation/erosion etc..) prior to feature detection? | 12 | 2196 | February 9, 2021 |