Ask Your Question

Madhujith's profile - activity

2013-11-05 11:58:34 -0600 commented answer How to Combine Motion and Appearence descriptor

Thank you very much!. can I use hog.compute() method to calculate OF descriptor?

2013-11-05 11:56:39 -0600 received badge  Scholar (source)
2013-11-05 08:10:23 -0600 received badge  Student (source)
2013-11-05 08:00:52 -0600 received badge  Supporter (source)
2013-11-05 07:58:45 -0600 asked a question How to Combine Motion and Appearence descriptor

I'm going to detect objects using a method proposed by Navneet Dalal, Bill Triggs, and Cordelia Schmid in 2006 (Human Detection Using Oriented Histograms of Flow and Appearance)

In that case they first calculate appearance descriptor using HOG algorithm and motion descriptor using Optical flow. Then they combined these two descriptors to get the final descriptor as I understand. But I couldn't find how they combined that.

So my question is how to combine appearance and motion descriptor to get the final descriptor. (I'm going to use leaner SVM for training)