Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 374 Bytes

File metadata and controls

15 lines (10 loc) · 374 Bytes

CV Project

This project uses OpenCV, NumPy, and Matplotlib to perform basic image processing tasks such as loading an image, preprocessing it, extracting edges, detecting contours, and visualizing the results.

Requirements

  • Python 3.x
  • OpenCV
  • NumPy
  • Matplotlib

You can install the required libraries using pip:

pip install opencv-python numpy matplotlib