Skip to content

Noamshabat1/Python-Image-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huji-logo

Introduction to Computer Science - Exercise 5 - Image Processing

Image Processing is the 5th exercise I've solved in Huji's Introduction to Computer Science course.
The main idea behind this exercise is to get familiar with Image Processing and Multi-Dimensional Arrays.


Usage

To run the project on your personal machine:

  1. Clone this repository using git clone <url>
  2. Open the cloned project in your IDE
  3. (Optional) Create a virtual environment using python3 -m venv venv
  4. Use pip install -r requirements.txt to install all required libraries
  5. Run python3 <python file> to start the project

Media

Before executing py .\cartoonify.py .\media\1.jpg .\media\2.jpg 750 5 11 13 8

Original Image

After executing py .\cartoonify.py .\media\1.jpg .\media\2.jpg 750 5 11 13 8

Processed Image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Basic Image Processing algorithms in python using PIL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages