I was doing some dilation and erosion operations and noticed that MORPH_ELLIPSE kernel takes much more time than MORPH_RECT and MORPH_CROSS kernel. A similar question and finding is also posted in StackOverflow [here](http://stackoverflow.com/questions/31025368/erode-is-too-slow-opencv).
Can somebody tell why this is so?
↧