This repository contains a selection of standard Computer Vision algorithms such as object recognition, filtering and basic image processing. The Image Processing Toolbox is only required for parts that make use of a webcam. But there is also a workaround given, which takes the video stream of a local IP input such as IP Webcam provides using your mobile phone camera.
- Image extraction
- Rotation, flipping, mirroring
- Noise (gaussian, salt & pepper, etc)
- Point operators, histogram, binarization
- Convolution
- Edge Detection
- Nonlinear smoothing
- Morphological operators
- Object Tracking
- Object Recognition
- Region labeling
- Relaxation labeling
- Color distribution
- k-means clustering
- Hough Transform
- Circular Hough Transfrom
- Iris detection
- Example, implementation and application
