Portfolio


Showing posts with label emguCv. Show all posts
Showing posts with label emguCv. Show all posts

Thursday, May 5, 2011

EmgCV Haar Classifiers Face and Facial Parts Detection

Hello folks..
after so many days of absence; im back with another emguCV project... Its about using haar classifier or commonly known as Haar Cascades in emguCV.

Those who doesn't kn ow much about haar classifiers well Essentially it's a variation on a visual Neural Network recognizer that breaks up the image into pieces that contain a specific feature (nose, mouth, etc) to improve accuracy over a full image neural network that might be confused by the object of interest's orientation or position within the image.

To know more about haar classifiers; follow that link after all who wants to get into all these definitions and bla bla bla ... :P at least I don't.. :P lets do some practical work man..!!!

I've borken the whole project in following steps

  • emguCv
  • Set Variables
  • Haar Cascade Files
  • Capute Video

Friday, March 19, 2010

CAMSHIFT in EmguCV

Hey Assalam-O-Alikum..

Atlast im successsful in making a program that can track object using CAMSHIFT algorithim with the help of EmguCV.. EmguCv is basically an openCV wrapper class.. it can be downloaded from EmguCv website.. ( ) it is free and open source... :)

here is a piece of code how i accomplished my MISSION.. :P :)