I am developing an iOS application that processes an image to find the part of the image that matches the pattern. The same is implemented using OpenCV, but the current OpenCV implementation does not support the iOS GPU.
I'm new to the GPUImage platform, so I need to know if this can be done using GPUImage? If possible, how?
source
share