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
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