@hackage opencv0.0.2.1
Haskell binding to OpenCV-3.x
Categories
License
BSD-3-Clause
Maintainer
Roel van Dijk <roel@lambdacube.nl>, Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
CustomDependencies (18)
- JuicyPixels >=3.2.8.1
- aeson >=0.9.0.1
- base >=4.8 && <5
- base64-bytestring >=1.0.0.1
- bindings-DSL >=1.0.23
- bytestring >=0.10.6 Show all…
Dependents (1)
@hackage/opencv-extra
Package Flags
internal-documentation
(off by default)
Enables documentation generation for internal modules.
This is a Haskell library providing a binding to OpenCV-3.x.
It binds directly with the C++ API using the inline-c Haskell library.
The library is far from complete but the framework is there to easily bind missing functionality.
Note that the OpenCV contrib modules are provided by opencv-extra.
Make sure to checkout the opencv-examples.