My app uses opencv's cv::findContours on a binary image. I now need to make it realtime. GPUImage has a cannyedge filter but I couldn't find anything related to findContours. Does GPUImage have anything that closely resembles findContours? If not, can someone suggest an alternative? Thanks
There was an issue reported in this regard in 2015. https://github.com/BradLarson/GPUImage/issues/2094
The answer of that issue states that GPUImage does not offer any such alternative at the moment. So the best guess might be to feed the output from GPUImage's Canny or Sobel edge detection into a contour determination operation outside of the GPUImage framework.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With