An open API service indexing awesome lists of open source software.

https://github.com/szilagyipeter99/imageprocessing

This repository contains the examples discussed in the Image processing practices.
https://github.com/szilagyipeter99/imageprocessing

classification image-processing machine-learning matplotlib numpy pillow python segmentation

Last synced: about 1 month ago
JSON representation

This repository contains the examples discussed in the Image processing practices.

Awesome Lists containing this project

README

          

# Image processing

This repository contains the examples discussed in the Image processing practices. Each folder includes the source code for these exercises. Explanations and figures are available on the course website.

Throughout the examples, we use several Python libraries that extend the functionality of vanilla Python, simplifying calculations and enabling us to import and manipulate images effectively. Later in the semester, we’ll also use the Keras library to build machine learning models.

### The following libraries are used:
- NumPy
- Matplotlib
- PIL (Pillow)
- scikit-image
- scikit-learn
- SciPy
- Keras (+ TensorFlow)

### `Activate.ps1` error on Windows 11:

Open PowerShell and execute the `set-executionpolicy -scope currentuser remotesigned` command

### Recommended folder structure:

```bash
improc-folder
├── resources-folder
│ ├── resource1.jpg
│ ├── resource2.png
│ └── ...
├── code1.py
├── code2.py
└── ...
```

### For your use and inspiration

All materials are designed for Mechatronics Engineering students at the University of Debrecen and were created by Péter Szilágyi. Feel free to share, copy, or modify any part of the materials to your heart's content.