Image Processing From Scratch in Pyhon 🐍
- Prewitt edge detector: gradient filter és nonmaxima-suppression (NMS)
- Thresholding algorithm by Otsu
- Detection of circular object by edge detection and Hough transform for circles.
- Motion tracking of feature points and dense optical flow.