Merge branch 'master' of github.com:vebers/openalpr into develop

This commit is contained in:
Matt Hill
2014-02-11 10:36:19 -06:00
3 changed files with 21 additions and 1 deletions

View File

@@ -22,7 +22,9 @@
#include "utility.h"
#include <omp.h>
#ifndef __APPLE__ // CLang++ does not have yet implementet OpenMP
#include <omp.h>
#endif
Rect expandRect(Rect original, int expandXPixels, int expandYPixels, int maxX, int maxY)
{