美文网首页
iOS_OpenCV导入

iOS_OpenCV导入

作者: Champion | 来源:发表于2018-06-26 14:56 被阅读11次

    这里是 OpenCV官网 下载后直接把opencv2.framework拖入工程中

    1、添加iOS的依赖库

    AssetsLibrary.framework
    AVFoundation.framework
    CoreMedia.framework
    CoreVideo.framework

    2、使用OpenCV需要改变.m后缀为.mm

    2.png

    3、在导入头文件时要注意,头文件置顶

    #if defined(NO)
    #  warning Detected Apple 'NO' macro definition, it can cause build conflicts. Please, include this header before any Apple headers.
    #endif
    
    3.png

    相关文章

      网友评论

          本文标题:iOS_OpenCV导入

          本文链接:https://www.haomeiwen.com/subject/rwfmyftx.html