| 1 | initial version |
To compile the mergevec tool I did the following:
svn checkout http://tutorial-haartraining.googlecode.com/svn/trunk/HaarTrain
ing/ HaarTrainingedit 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
| 2 | No.2 Revision |
To compile the mergevec tool I did the following:
svn checkout http://tutorial-haartraining.googlecode.com/svn/trunk/HaarTrain
ing/ HaarTrainingdiff with the original 1814c1814 < static --- > //static 1814c1814
< static
---
> //static
make mergevec