common-cv
common-cv copied to clipboard
The OpenCV binding library for CommonLisp
License
Currently, this project is listed on https://github.com/CodyReichert/awesome-cl, but with "no license specified". Please consider adding a file called LICENSE or COPYING containing the license text. I'd also suggest mentioning the...
Hi, I'm trying to compile C codes inside C directory, but I cannot... Could you tell me which part to fix in makefile? ``` $ make cc `pkg-config --cflags opencv`...
when i try to load the system with quicklisp i get the following: ``` Unable to load foreign library (LIBOPENCV_WRAP-742). Error opening shared object "/home/amsha/quicklisp/local-projects/common-cv/C/libopencv_wrap": /home/amsha/quicklisp/local-projects/common-cv/C/libopencv_wrap: undefined symbol: cvQueryHistValue_3D. ```...