Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 349 Bytes

ComputerVision

Contains crude computer vision techniques with less emphasis on Deep learning

Model tree:

  • Image denoising
  • Template matching
  • Sobel edge detector
  • Hough transform(py file yet to be uploaded)
  • Harris corner detector(py file yet to be uploaded)
  • Horn-schunck optical flow(py file yet to be uploaded)