Ask Your Question
0

Non-flat structuring elements for morphological operations

asked 2015-04-13 06:25:47 -0600

jimwormold gravatar image

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.

edit retag flag offensive close merge delete

Comments

1

How do you define morphological operation with non-binary elements? I found this link. Is this what you mean?

Adi gravatar imageAdi ( 2015-04-13 08:08:11 -0600 )edit

Yes, that's exactly it.

jimwormold gravatar imagejimwormold ( 2015-04-14 05:40:46 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-04-26 05:04:23 -0600

Adi gravatar image

OpenCV does not currently support non-flat structuring elements.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-13 06:25:47 -0600

Seen: 740 times

Last updated: Apr 26 '15