diff options
Diffstat (limited to 'SD-VBS/benchmarks')
-rw-r--r-- | SD-VBS/benchmarks/tracking/src/c/script_tracking.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/SD-VBS/benchmarks/tracking/src/c/script_tracking.c b/SD-VBS/benchmarks/tracking/src/c/script_tracking.c index 2938126..c0af2d7 100644 --- a/SD-VBS/benchmarks/tracking/src/c/script_tracking.c +++ b/SD-VBS/benchmarks/tracking/src/c/script_tracking.c | |||
@@ -93,9 +93,8 @@ int main(int argc, char* argv[]) | |||
93 | 93 | ||
94 | I2D* images[counter]; | 94 | I2D* images[counter]; |
95 | /** Read input image **/ | 95 | /** Read input image **/ |
96 | for(count=1; count<=counter; count++) | 96 | for(count=1; count<=counter; count++){ |
97 | { | 97 | /** Read Image **/ |
98 | /** Read image **/ | ||
99 | scanf("%s", im1); | 98 | scanf("%s", im1); |
100 | images[count - 1] = readImage(im1); | 99 | images[count - 1] = readImage(im1); |
101 | if(count == 1) Ic = readImage(im1); | 100 | if(count == 1) Ic = readImage(im1); |
@@ -227,7 +226,6 @@ int main(int argc, char* argv[]) | |||
227 | fFreeHandle(newpoints); | 226 | fFreeHandle(newpoints); |
228 | } | 227 | } |
229 | } | 228 | } |
230 | |||
231 | #ifdef CHECK | 229 | #ifdef CHECK |
232 | /* Self checking */ | 230 | /* Self checking */ |
233 | { | 231 | { |