Use the method of StereoBM with OpenCL
Hi, I am trying to implement an algorithm which uses StereoBM classes in my application. The platform I am working with is an embedded system. I want to use OpenCL to accelerate some methods in StereoBM (eg. method compute). Is there any example or demonstration to show me how to do this?
Thank you