Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 swift 和 Dlib在 iOS 上做一个简单的演示项目。假设我已经修改了使用 dlib C++ Lib 提取面部地标的代码,并且我已经在 Xcode 中测试了我的代码,这非常好(虽然捕获有点慢)。
现在,我想用 iPhone 前置摄像头来做设备测试。我目前只知道 C++ 和 Swift。如何将它们结合在一起?推荐的方法是什么?我是否需要将我需要的所有函数放在 *.mm 文件中,并在 Swift 代码中调用它们?
期待很好的答案,非常感谢!