# learn_opencv **Repository Path**: pensir/learn_opencv ## Basic Information - **Project Name**: learn_opencv - **Description**: learn opencv to operate image usaging python. + jupyter + notebook + spyder - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-02 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #learn_opencv > ps: those sample was editted on ubuntu 16.04 LTS 64-bit. I did not test all sample on window or other palt, if appear some error when you want to test those sample, you can send email to me[mail box](1823493153@qq.com). ## install miniconda or anaconda and simple configure 1. go to anaconda offical website. 2. download anaconda and install. 3. [option]In China, I suggest change conda image to TUNA[Image Website](https://mirror.tuna.tsinghua.edu.cn/help/anaconda/) The offical website have the tutorial. ## clone the project git clone git@git.oschina.net:pensir/learn_opencv.git ## clone my environment cd project_path conda env create -f environment.yml ## activate and run my code source activate opencv # opencv is the project's envroinment python *.py