summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/sift
diff options
context:
space:
mode:
Diffstat (limited to 'SD-VBS/benchmarks/sift')
-rw-r--r--SD-VBS/benchmarks/sift/src/c/script_sift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SD-VBS/benchmarks/sift/src/c/script_sift.c b/SD-VBS/benchmarks/sift/src/c/script_sift.c
index ab39ae3..40b16d4 100644
--- a/SD-VBS/benchmarks/sift/src/c/script_sift.c
+++ b/SD-VBS/benchmarks/sift/src/c/script_sift.c
@@ -7,7 +7,7 @@ Author: Sravanthi Kota Venkata
7#include "sift.h" 7#include "sift.h"
8#include <malloc.h> 8#include <malloc.h>
9#include "extra.h" 9#include "extra.h"
10#define SIFT_MEM 1<<29 10#define SIFT_MEM 1<<24
11void normalizeImage(F2D* image) 11void normalizeImage(F2D* image)
12{ 12{
13 int i; 13 int i;