Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
/ CV_Analyser Public archive

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

License

Notifications You must be signed in to change notification settings

blackk100/CV_Analyser

Repository files navigation

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
    

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages