/intro-to-computer-vision-2021

Repository for Workshop 2 Smart Technology (ST) Division Tecart 2021 : Intro to Computer Vision

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

intro-to-computer-vision-2021

Repository for Workshop 2 Smart Technology (ST) Division Tecart 2021 : Intro to Computer Vision

This is a tool for selecting optimal range (Including dilation and erotion) for HSV

How to run:

You need either an Anaconda or regular PIP

If you're using Anaconda

Create an environment and install packages by importing the environment.yml file by running conda env create -f environment.yml from your terminal

If you're using PIP

Please use a virtual environment, so this project's dependency don't mess up with your global environment Run pip install -r requirements.txt from your terminal

After setting up environment

Run python3 main.py or python main.py from your terminal Open a picture by clicking Open button

App Screenshot