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

https://github.com/tommyfurgi/image-processing-labs

This repository contains resources and task implementations for the Image Processing course at AGH, exploring essential image manipulation techniques and algorithms.
https://github.com/tommyfurgi/image-processing-labs

image-processing python

Last synced: about 2 months ago
JSON representation

This repository contains resources and task implementations for the Image Processing course at AGH, exploring essential image manipulation techniques and algorithms.

Awesome Lists containing this project

README

          

# Image Processing Labs

## Overview

This repository contains resources and implementations for the Image Processing course at AGH University of Science and Technology in Kraków for the academic year 2024/2025. The course introduces students to fundamental concepts in image processing, focusing on essential techniques and algorithms widely used in the field. Through practical labs, students will gain hands-on experience with popular libraries and tools.

## Covered topics

- [Lab01](/lab01-intro/) - Introduction to OpenCV library
- [Lab02](/lab02-point-operations/) - LUT transformations and point operations
- [Lab03](/lab03-histograms/) - Working with histograms
- [Lab04](/lab04-binarization/) - Image binarization techniques
- [Lab05](/lab05-resolution/) - Manipulating image resolution
- [Lab06](/lab06-context/) - Contextual operations and filters
- [Lab07](/lab07-morphology/) - Morphological operations

## Technologies

- **Programming Language:** Python
- **Libraries:** OpenCV, Matplotlib, NumPy
- **Environment:** Jupyter Notebook