Ask Your Question

asd's profile - activity

2014-08-18 03:55:30 -0600 received badge  Taxonomist
2013-07-13 13:05:25 -0600 answered a question correct parameters for createsamples and traincascade

did you use the facedetection code as it was and slot in your xml file? did this work, can you do that?

2013-07-13 13:03:04 -0600 asked a question switch out xml files facedetection object recognition

I was wondering if i could use the face detection code and switch out the xml file with a trained xml file for object recognition?

the objects i am trying to detect are bottles.

2013-07-12 05:40:08 -0600 commented answer face detection tutorial to detect other objects?

can you i use the base of the fac detection code and simply train a classifer and then switch out the xml file used on face detection?

2013-07-12 05:22:27 -0600 received badge  Student (source)
2013-07-12 05:20:55 -0600 asked a question can you switch out xml files facedetection object recognition

Hi

I was wondering if i could use the face detection code and switch out the xml file with a trained xml file for object recognition?

the objects i am trying to detect are bottles.

2013-07-12 04:05:51 -0600 received badge  Scholar (source)
2013-07-10 09:17:11 -0600 asked a question can you use homography to track objects

so i am developing in android and i want to use homography to pick on a certain type of object seen through the camera. i then wanted to draw boxes around the bounds of that object. i was wondering if homography lets you track multiple objects if not whats better and if it does, is it the most optimal solution?

2013-07-10 09:05:16 -0600 asked a question face detection tutorial to detect other objects?

can you use the face detection tutorial to detect other types of objects?

2013-07-09 02:37:48 -0600 commented answer The homography tutorial in java

hi im trying to do the same tutorial in android, is your code on github so i can see it as a reference and if not could you upload it?