is there any way to detect shape contours in Swift without having to branch out to OpenCV?
Clash Royale CLAN TAG#URR8PPP
is there any way to detect shape contours in Swift without having to branch out to OpenCV?
Obviously, we can use CoreImage to convert to gray, denoise and blur an image but then when it comes to Canny Edge Detection, contour detection and to draw a contour of a shape it seems that this is not possible just using swift features. Am I right or is there something that I am missing here?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.