Skip to content

samsaraprogramming/digital_image_processing_python_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

digital_image_processing_python_app

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:

  1. 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

  2. Install Anaconda on Windows by running installer

  3. Open Anaconda Prompt after installation is done

  4. Create separate conda environment by issuing the following command in Anaconda Prompt: conda create -n project_env python

  5. Activate newly created environment by issuing the following command in Anaconda Prompt: conda activate project_env

  6. Install Pillow software library by issuing the following command in Anaconda Prompt: conda install -c anaconda pillow

  7. Install OpenCV software library by issuing the following command in Anaconda Prompt: pip install opencv-contrib-python

  8. 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.

About

Digital Image Processing GUI application built using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages