Ask Your Question

jimwormold's profile - activity

2016-04-26 08:05:26 -0600 received badge  Enthusiast
2015-04-14 05:57:59 -0600 commented question Non-flat structuring elements for morphological operations

Yes, that's exactly it.

2015-04-13 06:27:44 -0600 asked a question 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.