Skip to content

Commit

Permalink
Update to OpenALPR
Browse files Browse the repository at this point in the history
  • Loading branch information
KJ Lawrence committed Sep 4, 2015
1 parent afd1f87 commit 9d07a40
Show file tree
Hide file tree
Showing 75 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ node-openalpr

This package binds [OpenALPR](https://github.com/openalpr/openalpr) with Node.js

Version: 1.0.7 - Released August 25th, 2015
Version: 1.0.9 - Released September 4th, 2015

```
Changelog:
1.0.9 - Updated OpenALPR build and US region data
1.0.7 - Added the capability to specify regions
1.0.6 - Slowed down the event loop to 30 times per second
1.0.1:5 - Documentation changes
Expand Down
Binary file modified lib/giflib416-static-mtdll.lib
Binary file not shown.
Binary file modified lib/libjpeg8c-static-mtdll.lib
Binary file not shown.
Binary file modified lib/liblept170-static-mtdll.lib
Binary file not shown.
Binary file modified lib/liblept170.dll
Binary file not shown.
Binary file modified lib/liblept170.lib
Binary file not shown.
Binary file modified lib/libpng143-static-mtdll.lib
Binary file not shown.
Binary file modified lib/libtesseract303-static.lib
Binary file not shown.
Binary file modified lib/libtiff394-static-mtdll.lib
Binary file not shown.
Binary file modified lib/openalpr-static.lib
Binary file not shown.
Binary file modified lib/openalpr-utils-classifychars.exp
Binary file not shown.
Binary file modified lib/openalpr-utils-classifychars.lib
Binary file not shown.
Binary file removed lib/openalpr.dll
Binary file not shown.
Binary file modified lib/openalpr.lib
Binary file not shown.
Binary file modified lib/opencv_calib3d248.dll
Binary file not shown.
Binary file modified lib/opencv_calib3d248.lib
Binary file not shown.
Binary file modified lib/opencv_contrib248.dll
Binary file not shown.
Binary file modified lib/opencv_contrib248.lib
Binary file not shown.
Binary file modified lib/opencv_core248.dll
Binary file not shown.
Binary file modified lib/opencv_core248.lib
Binary file not shown.
Binary file modified lib/opencv_features2d248.dll
Binary file not shown.
Binary file modified lib/opencv_features2d248.lib
Binary file not shown.
Binary file modified lib/opencv_flann248.dll
Binary file not shown.
Binary file modified lib/opencv_flann248.lib
Binary file not shown.
Binary file modified lib/opencv_gpu248.dll
Binary file not shown.
Binary file modified lib/opencv_gpu248.lib
Binary file not shown.
Binary file modified lib/opencv_haartraining_engine.lib
Binary file not shown.
Binary file modified lib/opencv_highgui248.dll
Binary file not shown.
Binary file modified lib/opencv_highgui248.lib
Binary file not shown.
Binary file modified lib/opencv_imgproc248.dll
Binary file not shown.
Binary file modified lib/opencv_imgproc248.lib
Binary file not shown.
Binary file modified lib/opencv_legacy248.dll
Binary file not shown.
Binary file modified lib/opencv_legacy248.lib
Binary file not shown.
Binary file modified lib/opencv_ml248.dll
Binary file not shown.
Binary file modified lib/opencv_ml248.lib
Binary file not shown.
Binary file modified lib/opencv_nonfree248.dll
Binary file not shown.
Binary file modified lib/opencv_nonfree248.lib
Binary file not shown.
Binary file modified lib/opencv_objdetect248.dll
Binary file not shown.
Binary file modified lib/opencv_objdetect248.lib
Binary file not shown.
Binary file modified lib/opencv_photo248.dll
Binary file not shown.
Binary file modified lib/opencv_photo248.lib
Binary file not shown.
Binary file modified lib/opencv_stitching248.dll
Binary file not shown.
Binary file modified lib/opencv_stitching248.lib
Binary file not shown.
Binary file modified lib/opencv_superres248.dll
Binary file not shown.
Binary file modified lib/opencv_superres248.lib
Binary file not shown.
Binary file modified lib/opencv_ts248.lib
Binary file not shown.
Binary file modified lib/opencv_video248.dll
Binary file not shown.
Binary file modified lib/opencv_video248.lib
Binary file not shown.
Binary file modified lib/opencv_videostab248.dll
Binary file not shown.
Binary file modified lib/opencv_videostab248.lib
Binary file not shown.
Binary file modified lib/statedetection.lib
Binary file not shown.
Binary file modified lib/support.lib
Binary file not shown.
Binary file modified lib/video.lib
Binary file not shown.
Binary file modified lib/zlib128-static-mtdll.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-openalpr",
"description": "Node.js OpenALPR Bindings",
"version": "1.0.8",
"version": "1.0.9",
"license": "AGPL",
"keywords": [
"bindings",
Expand Down
Binary file modified release/win32_x64/liblept170.dll
Binary file not shown.
Binary file modified release/win32_x64/node_openalpr.node
Binary file not shown.
Binary file removed release/win32_x64/openalpr.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_calib3d248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_contrib248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_core248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_features2d248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_flann248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_gpu248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_highgui248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_imgproc248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_legacy248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_ml248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_nonfree248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_objdetect248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_photo248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_stitching248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_superres248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_video248.dll
Binary file not shown.
Binary file modified release/win32_x64/opencv_videostab248.dll
Binary file not shown.

0 comments on commit 9d07a40

Please sign in to comment.