Simple python3 script to find contours in selected images file. Result output 4 files: gray, edged, closed, result
git clone https://github.com/mrfoe7/find-contours.git
cd find-contours
python3 script.py
follow messages on screen
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.
- numpy pip install numpy
- matplotlib pip install matplotlib
- cv2 pip install opencv-python
Instrucrion to install OpenCV on defirent OS link