# OpenCV_cn **Repository Path**: simedcn/OpenCV_cn ## Basic Information - **Project Name**: OpenCV_cn - **Description**: OpenCV是世界著名的图像处理库,c++。本git项目便于开发者一起研究opencv,收集资料。本项目是mouteam研究世界三大开源(FBReader,FFmpeg,OpenCV)的一部分,希望给大家带来实在的好处!QQ讨论:233932132 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2018-10-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### OpenCV: Open Source Computer Vision Library #### Resources * Homepage: * Docs: * Q&A forum: * Issue tracking: #### Contributing Please read before starting work on a pull request: Summary of guidelines: * One pull request per issue; * Choose the right base branch; * Include tests and documentation; * Clean up "oops" commits before submitting; * Follow the coding style guide. ####Mac OS下面的编译方法add by nil 2016.3.22 * 编译源码方法: * 1、下载cmake,安装。 * 2、cmake -G "Unix Makefiles" * 3、make * 4、make install 附:如果你mac已经安装了ffmpeg,编译的时候又因为ffmpeg出现了问题,解决 办法可以找到cvconfig.h,把HAVE_FFMPEG 相关的define 注释掉。 ####MAC OS 下面编译android sdk版本 * 编译源码方法: * 1、安装Ninja * 2、然后到opencv/platform目录下,执行./script/build_android_arm.sh * 3、cd platform/build_android_arm ,执行make -j8 * 4、make install 附:假设libtiff无法编译,因为它是第三方库,所以可以修改CMakeList.txt,把TIFF 设置为OFF. ####MAC OS 下编译ios的opencv2.frame * 编译源码方法: * 1、cd platform * 2、cd ios * 3、./build_ios.sh out_dir