https://github.com/shireee/computer-vision-lab
Repository for uni computer vision course
https://github.com/shireee/computer-vision-lab
computer-vision opencv
Last synced: about 2 months ago
JSON representation
Repository for uni computer vision course
- Host: GitHub
- URL: https://github.com/shireee/computer-vision-lab
- Owner: Shireee
- Created: 2023-09-07T15:58:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T07:26:06.000Z (over 2 years ago)
- Last Synced: 2025-10-19T00:51:18.979Z (9 months ago)
- Topics: computer-vision, opencv
- Language: Jupyter Notebook
- Homepage:
- Size: 43.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository for tasks of computer vision course
0. Building a RGB channel histogramm
1. Halftone images and difference between frames
2. Luminance conversions
3. Binarization and quantization
4. Morphological transformations
5. Spatial filtering
6. Frequency filtering
7. Interactive segmentation
8. Watershed segmentation
9. Simple Linear Iterative Clustering (SLIC)
10. Automatic background cutting
12. Background cutting with interactive segmentation
13. Image search engine ( SIFT + K-means + Histogramm )
14. Image search engine with neural network ( CLIP )