Code Monkey home page Code Monkey logo

openalpr-windows's Introduction

openalpr-windows

Build OpenALPR on Windows. This repository contains all needed dependencies.

NB! If you want to enable CUDA-support for OpenCV add -CudaGeneration <Kepler|Fermi> when executing build.ps1

Current version

Need to build a older version?

  • git tag -l
  • git checkout vX.X.X

Build output directories

  • build\artificats\<version>\<toolchain>\<configuration>\<platform> - Raw build output
  • build\dist\<version>\<toolchain>\<configuration>\<platform> - Final build output

Prerequisites

  • Visual Studio
  • CUDA SDK 7 (Only if you need CUDA support)
  • GIT
  • Powershell

Getting started

NB! If you haven't done so already, please update your powershell execution policy running the following command, Set-ExecutionPolicy RemoteSigned.

  • git clone https://github.com/openalpr/openalpr.git
  • cd openalpr
  • git clone https://github.com/peters/openalpr-windows.git windows
  • git submodule update --init --recursive
  • cd windows

Build a release build for x64 targeting toolchain v120

  • .\build.ps1 -Configuration Release -Platform x64 -PlatformToolset v120 -CudaGeneration None

Build a debug/release build for x64 targeting toolchain v120

  • .\build.ps1 -Configuration Debug -Platform x64 -PlatformToolset v120 -CudaGeneration None
  • .\build.ps1 -Configuration Release -Platform x64 -PlatformToolset v120 -CudaGeneration None

Build entire matrix for toolchains v100, v110, v120, v140, v141 with CUDA support

  • .\build.all.ps1 -CudeGeneration All

OpenALPR dependencies

  • Giflib 4.1.6
  • LibJPEG 8c
  • Leptonica 1.7.1
  • Libpng 1.4.3
  • Libtiff 3.9.4
  • Zlib 1.2.8
  • Tesseract 3.04-rc1
  • OpenCV 2.4.8

Supported platforms

  • Windows 7
  • Windows 8.1
  • Windows 10

Supported platform architectures

  • Win32 (x86)
  • X64 (AMD64)

Supported toolchains

  • v100 (Visual Studio 2010)
  • v110 (Visual Studio 2012)
  • v120 (Visual Studio 2013)
  • v140 (Visual Studio 2015)
  • v141 (Visual Studio 2017)

License

MIT.

openalpr-windows's People

Contributors

peters avatar matthill avatar richy759 avatar coderrob avatar

Watchers

 avatar

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.