Ask Your Question

Revision history [back]

Working with regions in opencv?

Hello, currently I’m in the training phase of opencv. I have previously worked with another image processing-library. In that library you were working with regions. This brings an extreme time advantage. Does something similar exists in opencv?

For example in opencv a normal threshold followed by an erosion with a circular mask of 200 px takes approximately 7 seconds. (On a small VGA-Image)

Thanks for replies in advance.