Merge branch 'master' of https://github.com/robertocarvajal/openalpr into robertocarvajal-master

This commit is contained in:
Matt Hill
2015-04-17 22:14:34 -04:00

View File

@@ -69,7 +69,7 @@ int main( int argc, const char** argv )
const int HORIZONTAL_RESOLUTION = 3500; const int HORIZONTAL_RESOLUTION = 3500;
const int MAX_VERTICAL_RESOLUTION = 6000; // Maximum vertical size before chopping into additional pages. const int MAX_VERTICAL_RESOLUTION = 6000; // Maximum vertical size before chopping into additional pages.
const int TILE_WIDTH = 25; const int TILE_WIDTH = 50;
const int TILE_HEIGHT = 60; const int TILE_HEIGHT = 60;
const int CHAR_HORIZ_OFFSET = 40; const int CHAR_HORIZ_OFFSET = 40;
const int CHAR_VERT_OFFSET = 48; const int CHAR_VERT_OFFSET = 48;