Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 324 Bytes

Open CV Cheat Sheet

This repository contains open-cv code that you can use as a reference when making open-cv projects. Test images and videos have been provided in the "data" folder.

Packages

The list of required packages is found in requirements.txt

  1. cv2 => v4.7.0
  2. pillow => v10.1.0
  3. numpy => v.1.26.0
  4. os