Ask Your Question

magdagrs's profile - activity

2013-04-15 16:51:33 -0600 commented answer setimage in CascadeClassifier

It's probably too late, but I did it by creating new class which is derived from CascadeClassifier. Then I implemented metods runAt() and setImage as public for this class and it works.

2013-04-12 05:01:39 -0600 answered a question cascadeclassifier value

Hi, would you give any example of your usage of this parameter levelweight ? I'm also looking for the probability of true detection but cannot find a way to compute it. Moreover, I cannot find the function that you are talking about. I found only the basic one with fewer parameters.

2013-04-12 03:48:45 -0600 answered a question Accuracy of detectMultiScale + what are face databases of haarcascade_frontalface_alt.xml

Hi! Did you solve this problem ? I'm probably looking for the same, I want to have a probability/accuracy of detected object , what means how probable it is that the marked object is the object I'm looking for. For example detecting faces : I want to know how sure the classifier is if it is face.