Commit Graph

2 Commits

Author SHA1 Message Date
Artur Bańkowski
d6cea3c43e Enhance interop with Java
When working with JVM based language and OpenCV you may have a ptr to
the native Mat data. This binding allows passing it to the OpenALPR.

Usage:
Mat mat = ...
alpr.recognize(mat.dataAddr(), mat.channels(), mat.width(), mat.height())
2016-09-27 00:15:24 +02:00
Matt Hill
a2791acd63 Moved bindings to src/bindings 2015-03-11 22:25:43 -04:00