项目作者: heig-vd-iai

项目描述 :
Contour detection on tool pictures
高级语言: Python
项目地址: git://github.com/heig-vd-iai/00013-FabLab.git
创建时间: 2020-02-12T00:02:39Z
项目社区:https://github.com/heig-vd-iai/00013-FabLab

开源协议:

下载


Contour extraction

For tools…

Install

  1. sudo apt-get install python3-pyqt5
  2. sudo apt-get install qttools5-dev-tools
  3. sudo apt-get install qtcreator pyqt5-dev-tools
  4. sudo apt-get install qtcreator pyqt5-dev-tools
  5. pip install numpy
  6. pip install ezdxf
  7. pip install opencv-python
  8. pip install matplotlib
  9. pip install scipy
  10. pip install pyqtgraph

Generate UI file

  1. pyuic5 mainWindow.ui -o mainWindow.py