Skip to content
/ IPCV Public

Image Processing and Computer Vision Techniques to detect a variety of objects

Notifications You must be signed in to change notification settings

ltoshea/IPCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPCV

Image Processing and Computer Vision Techniques Using C++, OPENCV and an off the shelf webcam. This is experimental code and needs to be better commented and tidied up.

coins.cpp - Will recognise and highlight coins in a set of images
dbrecog.cpp - Will recognise and highlight dartboards in a set of images
facedetect.cpp - Will recognise and highlight faces when presented with a webcam stream

From memory opencv needed to produce a file for the detection of dartboards and faces. You can use --haar-features or -traincascade for this, the -traincascade is newer, faster and produced better results than using just --haar-features

About

Image Processing and Computer Vision Techniques to detect a variety of objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages