Simple scripts to find countours with OpenCV
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:
To further avoid conflicts and to make development easier, Python’s virtual environments are highly recommended for development purposes.
cv2 pip install opencv-python
Instrucrion to install OpenCV on defirent OS link