I am currently using OpenCV in a Swift project. I have no experience using the library and I have some questions.
- Is it possible to use Swift to directly communicate with the OpenCV library?
If not:
- I have used Cocoa Pods to download the OpenCV framework. Do I still need to write an Objective-C++ wrapper?