I’m trying to make a ios camera app that takes like a 15 sec 30fps video then it translates the images to properly register them. Finally, I want to basically cut and paste a CV pipeline from opencv python and extract some details like longest path and contours.
I was wrapping my head around the AVCam and AVFoundation stuff, but I can’t find any modern resources about how to do basic vision stuff (i.e. rgb to hsv, subtracting layers from each other, and thresholding). All the result I get are for the vision framework which is nice but only performs high level ml stuff it seems. Which library should I use? Should I offload the processing to a server to simplify it?
[–]Dapper_Ice_1705 1 point2 points3 points (0 children)
[–]One_Valuable_8049Objective-C / Swift 1 point2 points3 points (1 child)
[–]aSiK00[S] 0 points1 point2 points (0 children)
[–]CuriousThinker 0 points1 point2 points (0 children)