/CV_Analyser

A Python script and commandline interface for procesing images by using OpenCV.

Primary LanguagePythonMIT LicenseMIT

CV_Analyser

CV_Analyser is a Python program and an accompanying terminal interface for processing images by using OpenCV.

Warning

  • This project is currently under active design and development.
  • The author takes no responsibility for any damages to any software or hardware.
  • The author does not guarantee accurate results.
  • Downloading and/or running CV_Analyser implies that the user understands these risks.

License

MIT License

Installation and Usage

  1. Download and install Python 3.6.5

    • Include the pip module.
    • Confirm that Python is accessible from a terminal (i.e., it is added to the system PATH variable).
  2. Clone/download the repository.

  3. Open a terminal, change the current working directory to that of the cloned repository/extracted folder.

  4. Run the following commands:

    python -m pip install pipenv
    python -m pipenv install --python 3.6.5
    python -m pipenv lock
    python -m pipenv sync
    
  5. Run main.py:

    python -m pipenv run python main.py