Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 316 Bytes

Image-processing

Image Processing From Scratch in Pyhon 🐍

  1. Prewitt edge detector: gradient filter és nonmaxima-suppression (NMS)
  2. Thresholding algorithm by Otsu
  3. Detection of circular object by edge detection and Hough transform for circles.
  4. Motion tracking of feature points and dense optical flow.