项目作者: mrfoe7

项目描述 :
Simple scripts to find countours with OpenCV
高级语言: Python
项目地址: git://github.com/mrfoe7/find-contours.git
创建时间: 2018-02-16T18:59:02Z
项目社区:https://github.com/mrfoe7/find-contours

开源协议:MIT License

下载


Find Contours

Simple python3 script to find contours in selected images file.
Result output 4 files: gray, edged, closed, result

Usage

  1. git clone https://github.com/mrfoe7/find-contours.git
  2. cd find-contours
  3. python3 script.py
  4. follow messages on screen

Notice

If you need *.exe application use:

  • py2exe is probably what you want, but it only works on Windows.
  • Pyinstaller works on Windows and Linux.
  • Py2app works on the Mac.

To further avoid conflicts and to make development easier, Python’s virtual environments are highly recommended for development purposes.

Dependencies and Resources

  • numpy pip install numpy
  • matplotlib pip install matplotlib
  • cv2 pip install opencv-python

    Instrucrion to install OpenCV on defirent OS link