Skip to content

Source code for my team's project at Computer Vision Subject. The project is an Image Preprocessing Application that using OpenCV Library. The project contains image cropping, flipping, negation, threshold, property, rotating, and scalling.

Notifications You must be signed in to change notification settings

KrisnaDana/Image-Preprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Preprocessing

Source code for my team's project at Computer Vision Subject. The project is an Image Preprocessing Application that using OpenCV Library. The project contains image cropping, flipping, negation, threshold, property, rotating, and scalling.

Requirements

  • Jupyter Notebook.
  • Python 3.
  • PIP (package manager for Python).
  • Git (optional).

Installation

Use git command to install the project.

git clone https://github.com/KrisnaDana/Image-Preprocessing.git

Or download zip file of the project.

Configuration

Install necessary libraries using the following command.

pip install opencv-python
pip install tk
pip install pillow
pip install scikit-image
pip install numpy

Run the Project

  • Open the project using Jupyter Notebook.
  • Select a .ipynb file.
  • Click Run All button.

About

Source code for my team's project at Computer Vision Subject. The project is an Image Preprocessing Application that using OpenCV Library. The project contains image cropping, flipping, negation, threshold, property, rotating, and scalling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published