Skip to content

Commit

Permalink
Update maximum number of images to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvano Galliani committed Jan 20, 2016
1 parent 2c24e8a commit f8f9179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#define MAX_IMAGES 64
#define MAX_IMAGES 1024

#define BLOCKSIZE_W 11 + 1 // +1 for the gradient computation
#define BLOCKSIZE_H 11 + 1 // +1 for the gradient computation
Expand Down

0 comments on commit f8f9179

Please sign in to comment.