Ask Your Question

lamason's profile - activity

2019-03-04 00:10:34 -0600 received badge  Notable Question (source)
2018-05-22 09:20:21 -0600 received badge  Popular Question (source)
2017-04-16 13:31:59 -0600 asked a question Integrating OpenCV with IOS Swift for image processing

I would like to leverage OpenCV's canny and getcontours APIs from a IOS project written in Swift. I have the framework integrated but need some insight on how to pass a UIImage into the calls and get the results back into my code. It would be nice if OpenCV provided the files needed to handle the complete set of mappings but I'd be happy to find an implementation for this image processing project. Thanks to anyone who can help.