Ask Your Question

Revision history [back]

Non-flat structuring elements for morphological operations

Are there any plans to introduce non-flat structuring elements for morphological operations into OpenCV? Just to be clear I am referring to the 2D structuring elements that have a range of values rather than just binary ones that indicate membership of the element. Such elements include the 'ball' shaped element that can be produced in Matlab via:

 SE=strel('ball', 10, 10).

Many thanks.