Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
14.83k stars 4.84k forks source link

Invisibility Cloak using Python #371

Closed aaryaab closed 3 years ago

aaryaab commented 4 years ago

This is a beginner friendly project for people who want to start working in Computer Vision. By using OpenCV library, we can create a real time, invisibility cloak. I have used the values for masking red color. So we will be using a red colored cloth. It is a fun project and also great for diving into concepts of Computer Vision and Image Processing

Description

A short summary of what is included in your Pull Request.

Fixes #(issue_no)

Replace issue_no in the above line, with the issue related to this PR.

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

AdityaJ7 commented 3 years ago

please refer to #282