Skip to content

Four programs showing basic image manipulation in Python

Notifications You must be signed in to change notification settings

Milosz-cat/Image-Processing

Repository files navigation

Image Processing

Four image processing programs.

Propeller

App Gif

Creating a propeller animation using a sine graph, then illustrating the aliasing effect using a sequential sensor.

Demosaic

App Photo

Overlaying the Bayer mosaic and X-trans on the image and then demosaicing the images using an algorithm and comparing the results.

Rotation

App Photo

Rotating images without using ready-made functions and filling gaps using nearest neighbor interpolation.

Soft

App Photo

App Photo

Comparison of the operation of 3 different noise filters on photos.

Installation

To get this repository, run the following command inside your terminal:

git clone https://github.com/Milosz-cat/Image-Processing.git

Create and start a a virtual environment:

python -m venv env
source env/bin/activate      # On Windows use `env\Scripts\activate`

Install the project dependencies:

pip install -r requirements.txt

About

Four programs showing basic image manipulation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages