Cinder-OpenCV
Cinder-OpenCV copied to clipboard
OpenCV CinderBlock
Looking at the README I've got no idea how I'd go about using this block. Do I check it out into the Tinderbox or something? I don't see anything about...
When compiling and running the samples I get "The file “PROJECT NAME” couldn’t be opened because you don’t have permission to view it". ...
The samples currently don't compile for me with Cinder 0.8.6 on Mac OS 10.10 unless I manually add libz.dylib to the linked libraries.
To build samples and template projects with glNext on the Mac, one currently needs to add the -lz flag for zlib to the end of the linker flags. I can...
I noticed all of the samples in the dev branch are missing "cinder/gl/Texture.h" in their respective app cpp's. This prevents them from compiling. Adding `#include "cinder/gl/Texture.h"` as well as the...
When you call a function include ocl like cv::SiftFeatureDetector, will pop up a linker error, Rebuilding openCV from source solved my problem.
In an effort to update OpenCV binaries, I thought we could document the recipe used to build OpenCV per platform and offload later updates to others via pull requests (the...