In this repository I have made several interactive websites using Python and streamlit, so students can experiment with Image processing and Computer vision algorithms used in Image Analysis course at Lund University
- Image filters ✅
- Histogram Equalization ✅
- Graph Cut segmentation ✅
- Morphological operations ✅
- Harris corner detector 🔴
- Color clustering using K-Means 🔴
- Main programming language: Python
- Computer vision and numerical processing libraries:
numpy,opencv,scipy - Frontend: Streamlit