Skip to content

Aku-Mars/image-processing-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-processing-python

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%