count connected components (OCL only)
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.
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.
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.
but this is an OpenCV forum, not an ocl or OpenCL forum ... this is not what you are looking for ...