diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-23 16:42:53 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-23 16:42:53 -0400 |
| commit | 3498e3270194093098f9b8275901517fa2f9fa32 (patch) | |
| tree | 5ce66df0516fa44981da3542115bb307aefb6f65 /SD-VBS/benchmarks/tracking/src | |
| parent | 8e9d3399bbc1249370a4423bce3d1db9e417d952 (diff) | |
Squashed commit sd-vbs from Leo:
- Fixes SD-VBS build with LITMUS 1 defined
- Fixes memory leak in stitch and tracking benchmarks
- Adds initial case-study script and configurations
Diffstat (limited to 'SD-VBS/benchmarks/tracking/src')
| -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 | { |
