count connected components (OCL only)

asked 2014-04-01 06:55:20 -0600

kizmo gravatar image

updated 2014-04-01 06:55:49 -0600

I need to extract some atributes (number of connected regions, max/min region size, ...) from binary image.

The problem is I am limited to OCL functionalities only.

I would hate to go on OpenCL level so any idea would be greatly appreciated.

edit retag flag offensive close merge delete

Comments

Basically I do not know if OpenCV supports what you are looking for. The current stable 2.4.8 release has the following openCL functionality and I cannot see any contours functionality....nor does the 3.0 dev branch has that functionality.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-04-01 07:02:53 -0600 )edit

I was wondering if there is any way to achieve at least remotely similar results using ocl. I know its a long shot but still worth asking.
If there is no other way, I would apriciate any advice on how to implement it in OpenCL or use already writen OpenCL code.

kizmo gravatar imagekizmo ( 2014-04-01 08:23:40 -0600 )edit

but this is an OpenCV forum, not an ocl or OpenCL forum ... this is not what you are looking for ...

StevenPuttemans gravatar imageStevenPuttemans ( 2014-04-01 08:37:09 -0600 )edit