Cinder-OpenCV icon indicating copy to clipboard operation
Cinder-OpenCV copied to clipboard

OpenCV CinderBlock

Results 12 Cinder-OpenCV issues
Sort by recently updated
recently updated
newest added

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". ![screen shot 2015-07-22 at 16 04 25](https://cloud.githubusercontent.com/assets/299714/8827253/f76d8090-308b-11e5-930d-fdb7d15c058c.png)...

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...