1 diff -rau handvu-beta3/cubicles/CascadeFileParser.yy handvu-beta3-modified/cubicles/CascadeFileParser.yy
2 --- handvu-beta3/cubicles/CascadeFileParser.yy 2004-10-10 02:04:53.000000000 +0900
3 +++ handvu-beta3-modified/cubicles/CascadeFileParser.yy 2009-09-11 12:01:56.184488149 +0900
5 #include "Classifiers.h"
6 #include "IntegralFeatures.h"
7 #include "Exceptions.h"
11 // internal variables:
12 diff -rau handvu-beta3/cubicles/IntegralFeatures.cpp handvu-beta3-modified/cubicles/IntegralFeatures.cpp
13 --- handvu-beta3/cubicles/IntegralFeatures.cpp 2005-10-29 02:47:04.000000000 +0900
14 +++ handvu-beta3-modified/cubicles/IntegralFeatures.cpp 2009-09-11 12:00:14.326997101 +0900
16 #include "Exceptions.h"
24 diff -rau handvu-beta3/cubicles/IntegralFeaturesSame.cpp handvu-beta3-modified/cubicles/IntegralFeaturesSame.cpp
25 --- handvu-beta3/cubicles/IntegralFeaturesSame.cpp 2004-11-11 10:58:58.000000000 +0900
26 +++ handvu-beta3-modified/cubicles/IntegralFeaturesSame.cpp 2009-09-11 12:01:04.386992294 +0900
28 #include "IntegralFeatures.h"
29 #include "Exceptions.h"
36 diff -rau handvu-beta3/cubicles/IntegralImage.cxx handvu-beta3-modified/cubicles/IntegralImage.cxx
37 --- handvu-beta3/cubicles/IntegralImage.cxx 2005-02-12 11:00:59.000000000 +0900
38 +++ handvu-beta3-modified/cubicles/IntegralImage.cxx 2009-09-11 12:02:45.403646922 +0900
47 diff -rau handvu-beta3/cubicles/Scanner.h handvu-beta3-modified/cubicles/Scanner.h
48 --- handvu-beta3/cubicles/Scanner.h 2005-02-12 11:00:59.000000000 +0900
49 +++ handvu-beta3-modified/cubicles/Scanner.h 2009-09-11 12:04:16.261137336 +0900
56 //namespace { // cubicles
58 #ifndef CScanMatch_DEFINED
59 diff -rau handvu-beta3/handvu/CubicleWrapper.cpp handvu-beta3-modified/handvu/CubicleWrapper.cpp
60 --- handvu-beta3/handvu/CubicleWrapper.cpp 2005-10-31 06:16:03.000000000 +0900
61 +++ handvu-beta3-modified/handvu/CubicleWrapper.cpp 2009-09-11 12:06:01.513628922 +0900
64 #include "CubicleWrapper.h"
71 diff -rau handvu-beta3/handvu/FileHandling.cpp handvu-beta3-modified/handvu/FileHandling.cpp
72 --- handvu-beta3/handvu/FileHandling.cpp 2005-08-16 09:14:26.000000000 +0900
73 +++ handvu-beta3-modified/handvu/FileHandling.cpp 2009-09-11 12:07:39.476952886 +0900
75 #include "FileHandling.h"
76 #include "Exceptions.h"
86 - char* slashpos = strrchr(path, '/');
87 - char* dotpos = strrchr(path, '.');
88 + const char* slashpos = strrchr(path, '/');
89 + const char* dotpos = strrchr(path, '.');
93 diff -rau handvu-beta3/handvu/HandVu.cpp handvu-beta3-modified/handvu/HandVu.cpp
94 --- handvu-beta3/handvu/HandVu.cpp 2006-01-04 09:55:29.000000000 +0900
95 +++ handvu-beta3-modified/handvu/HandVu.cpp 2009-09-11 12:05:30.657798322 +0900
102 #if defined(WIN32) && defined(DEBUG)
103 //#include <streams.h>
104 diff -rau handvu-beta3/handvu/Mask.cpp handvu-beta3-modified/handvu/Mask.cpp
105 --- handvu-beta3/handvu/Mask.cpp 2005-08-16 09:14:26.000000000 +0900
106 +++ handvu-beta3-modified/handvu/Mask.cpp 2009-09-11 12:07:03.593623099 +0900
109 #include "Exceptions.h"
117 diff -rau handvu-beta3/hv_ARtk/LinuxDC1394CameraController.h handvu-beta3-modified/hv_ARtk/LinuxDC1394CameraController.h
118 --- handvu-beta3/hv_ARtk/LinuxDC1394CameraController.h 2005-11-08 05:54:50.000000000 +0900
119 +++ handvu-beta3-modified/hv_ARtk/LinuxDC1394CameraController.h 2009-09-11 12:22:10.950198094 +0900
121 -#include <dc1394_control.h>
122 +//#include <dc1394/control.h>
126 diff -rau handvu-beta3/hv_ARtk/Makefile.am handvu-beta3-modified/hv_ARtk/Makefile.am
127 --- handvu-beta3/hv_ARtk/Makefile.am 2005-11-08 05:51:20.000000000 +0900
128 +++ handvu-beta3-modified/hv_ARtk/Makefile.am 2009-09-11 12:10:14.726936482 +0900
130 # use ARToolkit's video support with firewire digital camera support.
131 # ARToolkit must be compiled properly to use dc1394 video.
133 -ARDC_LIBS = -lARvideo -lraw1394 -ldc1394_control
134 +ARDC_LIBS = -lARvideo -lraw1394 -ldc1394
137 # SDL resources locations
138 diff -rau handvu-beta3/hv_ARtk/Makefile.in handvu-beta3-modified/hv_ARtk/Makefile.in
139 --- handvu-beta3/hv_ARtk/Makefile.in 2006-01-09 04:50:07.000000000 +0900
140 +++ handvu-beta3-modified/hv_ARtk/Makefile.in 2009-09-11 12:24:58.037681212 +0900
142 # use ARToolkit's video support with firewire digital camera support.
143 # ARToolkit must be compiled properly to use dc1394 video.
145 -ARDC_LIBS = -lARvideo -lraw1394 -ldc1394_control
146 +ARDC_LIBS = -lARvideo -lraw1394 -ldc1394
148 # SDL resources locations
150 diff -rau handvu-beta3/hv_ARtk/callbacks.cpp handvu-beta3-modified/hv_ARtk/callbacks.cpp
151 --- handvu-beta3/hv_ARtk/callbacks.cpp 2005-01-11 13:02:11.000000000 +0900
152 +++ handvu-beta3-modified/hv_ARtk/callbacks.cpp 2009-09-11 12:08:39.960307830 +0900
154 #include "callbacks.h"
156 #include "hv_ARtk_demo.h"
161 diff -rau handvu-beta3/hv_ARtk/hv_ARtk_demo.cpp handvu-beta3-modified/hv_ARtk/hv_ARtk_demo.cpp
162 --- handvu-beta3/hv_ARtk/hv_ARtk_demo.cpp 2005-01-11 13:02:11.000000000 +0900
163 +++ handvu-beta3-modified/hv_ARtk/hv_ARtk_demo.cpp 2009-09-11 12:09:45.533606187 +0900
166 #include "hv_ARtk_demo.h"
170 bool render_select( int x, int y, int* selected,
172 Only in handvu-beta3-modified/: lib