Skip to content

karan-owalekar/Doctor-Strange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Doctor-Strange

Here is a small preview

dr-strange

Full video: Dr. Strange

In this program, we use the haar cascade files to detect the presence of palm and fist in the frame.

If it is detected, depending on what gesture me made an glowing aura disk image is added on the pfame on top of that palm/ fist.

Using the addWeighted function of openCV we simply merge those images with frame.

Black pixels have RGB values as (0, 0, 0) Hence all the black pixels are ignored and cant be seen on the frame leaving with the aura disk image.

Using 2 images of green aura which are same but 45 degrees apart from each other, we display each one of them alternatively giving us an illusion of rotation.

Using dlib we find the 6 pionts accors both eyes, connecting those points and giving them color also make it look visually cool.

Releases

No releases published

Packages

No packages published

Languages