detect objects using opencv 2.4.6

asked 2013-09-24 12:35:57 -0600

B.Y gravatar image

Hello,

I am beginner in computer vision filed;I wanna make project that detect multiple type of objects(e.g. Mug, pen, banana ..)in the same scene so I am planing to use opencv 2.4.6 with c++(is this recommended?),I read about traincascade.exe but actually I don't have the big picture of what is happening, I have Questions:

  1. what are the algorithms traincascade.exe is used (can I have brief description for each?)I see boost,HoG ,Haar what are these!
  2. what does it (traincascade.exe) do,what is the input and output for it?
  3. I have a confusion between terminologies,machine learning,neural network,classifiers and where are those in (traincascade.exe) and opencv generally.

I am sorry if they were dump questions, but I will be happy if any advise me and help me to know.

thanks in advance.

edit retag flag offensive close merge delete

Comments

1
  1. Google "Viola and Jones detector" .

  2. I guess you can start by reading about those terms in wikipedia.

GilLevi gravatar imageGilLevi ( 2013-09-24 15:29:41 -0600 )edit