Skip to content

anushuk/Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Mini Projects

1.Detecting Objects in OpenCV via webcam

Here we use Brute-Force Matching with ORB Descriptors.We get our image via webcam and then we match it with our template image. If it matches, we display result as "object found".

2.Face Detection via webcam

Face detection is a computer technology that determines the locations and sizes of human faces in arbitrary (digital) images. It detects facial features and ignores anything else, such as buildings, trees and bodies. Face detection can be regarded as a more general case of face localization.

OpenCV's algorithm is currently using the following Haar-like features which are the input to the basic classifiers :

3.Live Sketch

About

Computer Vision Mini porjects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published