Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 767 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 767 Bytes

Digital Image & Video Processing

Image Processing with OpenCV library

  • This project of Jupyter Notebook by Python learn show how to create a program of Digital Image analyzing and Video Processing

1. WorkSpace

  • To perform basic image processing according to user needs from OpenCV library.
  • Installing the Edge detection algorithm with the algorithms learned in class and comparing it with the library-supported function.

2. Algorithms included:

  • Transform colour
  • Transform geometry
  • Smooth the image (image blurring, image smoothing)
  • Edge detection algorithm

Details of Project

  • For more details, please review the Report.pdf file above. Thank you!