Digital Image Processing GUI application built using Python
/**************** Installation Instruction *****************/
NOTE: If anaconda set-up has been completed for project1, perform step 5 and skip to step 8. Steps:
-
Download Anaconda for Windows: 64-bit version URL: https://repo.anaconda.com/archive/Anaconda3-2020.02-Windows-x86_64.exe 32-bit version URL: https://repo.anaconda.com/archive/Anaconda3-2020.02-Windows-x86.exe
-
Install Anaconda on Windows by running installer
-
Open Anaconda Prompt after installation is done
-
Create separate conda environment by issuing the following command in Anaconda Prompt: conda create -n project_env python
-
Activate newly created environment by issuing the following command in Anaconda Prompt: conda activate project_env
-
Install Pillow software library by issuing the following command in Anaconda Prompt: conda install -c anaconda pillow
-
Install OpenCV software library by issuing the following command in Anaconda Prompt: pip install opencv-contrib-python
-
Navigate to directory where Project2.py is located by issuing the following command in Anaconda Prompt: cd 'path-to-the-directory'
9)Run Project2.py by issuing the following command in Anaconda Prompt(Make sure project_env is activated): python Project2.py
NOTE:Program might freeze at times for unknown reasons. Please close program and rerun python Project2.py.
If issue persists, restarting the computer seems to be a solution.