android-gpuimage
android-gpuimage copied to clipboard
How can I get the returned set of edge pixels when using sobel edge detector?
I want to use sobel edge detector to find the bound of a rectangle. So, how could I get the set of edge detected pixels? Thanks <3
The GPUImage does not support image processing algorithms. You can use OpenCV.