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.
我可以在 ARC 项目中使用 opencv 吗?比如我创建了一个Mat *mat = new Mat(.....),是应该通过delete mat手动释放,还是编译器自动释放对象?