Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To compile the mergevec tool I did the following:

  • svn checkout http://tutorial-haartraining.googlecode.com/svn/trunk/HaarTrain ing/ HaarTraining
  • edit HaarTraining/src/cvhaartraining.cpp: in line 1814 comment static, i.e. thats the diff with the original file: 1814c1814 < static --- > //static

  • in src folder: run make mergevec

To compile the mergevec tool I did the following:

  • svn checkout http://tutorial-haartraining.googlecode.com/svn/trunk/HaarTrain ing/ HaarTraining
  • edit HaarTraining/src/cvhaartraining.cpp: in line 1814 comment static, i.e. thats the diff with the original file: 1814c1814 < static --- > //static

    file:
 1814c1814
 < static
 ---
 > //static
  • in src folder: run make mergevec