Created
August 20, 2017 04:01
-
-
Save taitems/5d95eabe5dc3a6de4eab1761db8d6aa5 to your computer and use it in GitHub Desktop.
Image processing to identify license plate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openalpr.IdentifyLicense(imagePath, function (error, output) { | |
// handle result | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cool!!!