Ask Your Question

skinhat's profile - activity

2017-02-21 18:10:30 -0600 received badge  Taxonomist
2013-01-29 12:56:04 -0600 commented question Is Haar training ok for detecting objects like scissors?

I am getting big haar training XML files and they arent detecting scissors. Perhaps I need to do without a background like you say. I've done some googling for the term 'inclass variation' but havent found an explaination. Does it mean I shouldnt have too many different types of scissors?

2013-01-28 22:39:54 -0600 received badge  Editor (source)
2013-01-28 22:38:03 -0600 asked a question Is Haar training ok for detecting objects like scissors?

I was wanting to create a Haar trainer for detecting a pair of scissors. I know Haar training is good for detecting faces but is it just as good for objects like scissors or is there something else I should be using other than opencv for detecting every day objects?

2013-01-22 00:28:43 -0600 asked a question Possible to convert traincascade-XML into haartraining-XML

Is it possible to convert traincascade-XML into haartraining-XML? I have a java application that uses haartraining-XML (my application doesnt use openCV for detection) therefore I need to use opencv_haartraining.exe to generate cascades but would prefer to use opencv_traincascade.exe because it has lbb and also because seems like opencv_haartraining.exe is going to be phased out.