Code Monkey home page Code Monkey logo

openalpr-docker's Introduction

OpenALPR Docker Image Build Status

Example usages

The following examples show how to use OpenALPR's prewarp configuration generated by the camera calibration utility. In the latter example this is combined with the ability to crop multiple regions of the image.

The license plates recognized after each preprocess rule are combined into a single JSON response.

Poll URL for an image every 10 seconds

docker run flyingtophat/alpr http://example.com/traffic_cam \
  --interval 10 \
  --verbose

Pre-process each image retrieved from URL before recognition

docker run flyingtophat/alpr http://example.com/traffic_cam \
  --verbose \
  --preprocess planar,429.000000,300.000000,-0.000000,0.000000,0.670000,1.000000,1.000000,0.000000,0.000000

The rule passed in is the value generated by OpenALPR's camera calibration utility. Further information on the value can be found in OpenALPR's configuration file for the prewarp option

Pre-process cropped regions of the image retrieved from URL before recognition

docker run flyingtophat/alpr http://example.com/traffic_cam \
  --verbose \
  --preprocess 0,0,435,299=planar,429.000000,300.000000,-0.000000,0.000000,0.670000,1.000000,1.000000,0.000000,0.000000 \
  --preprocess 435,0,705,299=planar,272.000000,300.000000,-0.000000,0.000000,-0.650000,1.000000,1.000000,0.000000,0.000000

In this example the prewarp rules are applied to their respective cropped area (<x1,y1,x2,y2>=) and all license plates are combined into a single JSON response.

openalpr-docker's People

Contributors

flyingtophat avatar sketchingdev avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

business-wizard

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.