/find-contours

Simple scripts to find countours with OpenCV

Primary LanguagePythonMIT LicenseMIT

Find Contours

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

Usage

git clone https://github.com/mrfoe7/find-contours.git
cd find-contours
python3 script.py
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

Instrucrion to install OpenCV on defirent OS link