cl-opencv icon indicating copy to clipboard operation
cl-opencv copied to clipboard

a common lisp (well, sbcl) wrapper around the opencv vision library

Results 3 cl-opencv issues
Sort by recently updated
recently updated
newest added

## Env OS: Mac OS X 10.10.4 Common Lisp: SBCL 1.2.11 OpenCV 2.4.12(install with brew) ``` => debugger invoked on a UNDEFINED-FUNCTION in thread #: The function CL-OPENCV-TEST::MAKE-CV-SIZE is undefined....

I'm new to this. I've downloaded and compiled OpenCV 2.4, and the samples run. Unable to load foreign library (CL-OPENCV-GLUE). Error opening shared object "libcl-opencv-glue.so": /usr/local/lib/libcl-opencv-glue.so: undefined symbol: cvAbsDiffS. [Condition...