Ask Your Question

Felicity's profile - activity

2015-10-07 06:08:41 -0600 asked a question Performance Evaluation in Haar Cascade not working
E:\opencv\build\install\bin\opencv_performanced.exe -data classifier -info positive.txt -w 24 -h 30 -rs 30 > PerformanceGT01.txt

It gives an error: Unable to load classifier from classifier

Here is the screenview of the folder classifier: image description

I used the traincascade for training.

2015-10-02 06:48:52 -0600 received badge  Supporter (source)
2015-10-02 00:41:14 -0600 asked a question Is Haar Cascade Classification can be considered as Neural Network?

The cascade classifier consists of stages, where each stage is an ensemble of weak learners. The weak learners are simple classifiers called decision stumps. Each stage is trained using a technique called boosting.

Here's the link: Cascade Classification