Skip to content

schedldave/cvi4ic-notebooks

Repository files navigation

CVI4IC - Computer Vision Notebooks

Summer Semester 2026 - FH Upper Austria

Jupyter notebooks with exercises and code examples for the Computer Vision (CVI4IC) course.

Sessions

# Topic Colab
01 Introduction to Computer Vision Open In Colab
02 Image Representation & Color Spaces Open In Colab
03 Image Filtering & Frequency Analysis Open In Colab
04 Edge Detection & Feature Detection Open In Colab
05 Image Stitching & Homographies Open In Colab

More sessions will be added as the course progresses.

Setup

# Create a virtual environment (recommended)
python -m venv venv
source venv/bin/activate    # Linux/macOS
venv\Scripts\activate       # Windows

# Install dependencies
pip install -r requirements.txt

# Launch Jupyter
jupyter notebook

Requirements

  • Python 3.10+
  • OpenCV, NumPy, Matplotlib (all sessions)
  • PyTorch & torchvision (sessions 07-12)
  • Ultralytics (session 09, optional)

About

Computer Vision (CVI4IC) - Jupyter Notebooks for Summer Semester 2026

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors