haskell-opencv
haskell-opencv copied to clipboard
Haskell binding to OpenCV-3.x
git clone https://github.com/LumiGuide/haskell-opencv.git nix-build ```error: Please be informed that this pseudo-package is not the only part of Nixpkgs that fails to evaluate. You should not evaluate entire Nixpkgs without some...
It's been a loooong time since this was pushed to Hackage. Could we get a new release? I'm happy to help make this happen.
stack install --> ``` opencv > [1 of 2] Compiling Main ( /tmp/stack-63c94d8788603334/opencv-0.0.2.1/Setup.hs, /tmp/stack-63c94d8788603334/opencv-0.0.2.1/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.1.0/setup/Main.o ) opencv > [2 of 2] Compiling StackSetupShim ( /home/joel/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /tmp/stack-63c94d8788603334/opencv-0.0.2.1/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.1.0/setup/StackSetupShim.o ) opencv > Linking /tmp/stack-63c94d8788603334/opencv-0.0.2.1/.stack-work/dist/x86_64-linux-tinfo6/Cabal-3.2.1.0/setup/setup...
Hi, I'm trying to make this work and create a tiny example. The following CPP code works just fine: ```c++ #include "opencv2/opencv.hpp" using namespace cv; int main(int argc, char** argv)...
Our Travis CI is using an outdated stackage set, and also Travis CI. We should remove this and add a Github action.
Hi, I cloned the repo, uncommented the two docker lines in stack.yaml and ran build.sh: ``` $ stack docker pull Pulling image from registry: 'stack-build:lts-10.2-opencv' Error response from daemon: pull...
The OpenCV C++ library uses Thread Local State (TLS). Unfortunately the TLS data is not freed when the OS thread terminates. See https://github.com/opencv/opencv/issues/9745. This is especially troublesome in Haskell where...
While OpenCV 4 is supported, the description indicates that this package has nothing to do with OpenCV 4. Also OpenCV 4 should be the default as it's the current major...
Hi! I naïvely tried to use `opencv` 0.0.2.1 in a Stack project on MacOS, and while compilation looked to be going well, it failed with the following error: ``` [55...