Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.9 KB

OpenCV.md

File metadata and controls

42 lines (31 loc) · 1.9 KB

OpenCV


logo


OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library

Getting Started

  • You can pip install OpenCV using:
$ pip install opencv-python
  • Unable to install openCV? 😕 Check out this video

Basic Course

Docs

If you are stuck at any point refer to these docs

Beginner Friendly Projects to Try 🤩

While learning, it is always recommended to implement your knowledge practically. So, these are some project ideas to help you through this process.

S.No. Projects
1. Document Scanner
2. Cartoonify image
3. Gesture control volume
4. Virtual mouse(using hand as mouse)
5. Emotion Detector

Done? 😥

If you have gone through the resources faithfully and completed some projects, give yourself a pat on the back. You can now call yourself a OpenCV developer.

If you want to explore the path of Computer Vision further, look into YOLO and MediaPipe, you could also check out [TeachableMachine].(https://teachablemachine.withgoogle.com/)


We hope you now know the roadmap to being a professional CV Developer ✌️