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.