This repo is just for implementation that i get to learn from college class "Pengolahan Citra"
you can follow this step :
- Install Python
you can install it from Python Website
- Check Python Version
Run this command on your terminal
python3 -version
- Install cv2 and numpy library with your terminal
Run this command on your terminal [THIS LIBRARY IS NEEDED!!]
pip install opencv-python
pip install numpy
pip install matplotlib
- USING GIT CLONE TO CLONE REPOSITORY
Follow this step by step
-
Install Git Bash
you can install it from Git Bash Web
-
Check git version at git bash
git --version
-
Then change directory folder as you like
-
Run this command
git clone https://github.com/Ftthreign/image-processing-python.git
- TO RUN THE PYTHON CODE, YOU CAN TYPE :
py python_file_name.py