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